Download:
child 136:48f214741d9d
parent 134:85c4407dd781
135:c53703911d09
Anton Shestakov <av6@dwimlabs.net>, Sat, 12 Nov 2016 19:15:48 +0800
.vimrc: only store buffers in session

1 файлов изменено, 1 вставок(+), 2 удалений(-) [+]
.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc Sat Oct 29 11:00:57 2016 +0800
+++ b/.vimrc Sat Nov 12 19:15:48 2016 +0800
@@ -22,8 +22,7 @@
set ignorecase
set smartcase
-set sessionoptions-=options " do not store global and local values in a session
-set sessionoptions-=folds " do not store folds
+set sessionoptions=buffers
set nowrap " don't automatically wrap on load
set textwidth=79 " width of document (used by gd)