We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57adb00 commit dabb7dcCopy full SHA for dabb7dc
vim/config/vim_options.vim
@@ -41,6 +41,7 @@ set splitright " set split default on the right
41
"set equalalways " all new windows equal size
42
"set verbose=1 " all cmds default to verbose output
43
set modeline " Enable check for modeline
44
+set modelineexpr " allow expressions in modeline
45
"set modelines=5 " set number of lines checked for modeline (default 5)
46
47
"--- formatoptions! {{{
@@ -78,7 +79,7 @@ set visualbell " any bell transmogrifies to a blink
78
79
set laststatus=2 " always show status line
80
81
"--- DiffOptions {{{
-set diffopt=internal,vertical,context:3,filler
82
+set diffopt=vertical,context:2,filler
83
"}}}
84
85
"--- Invisible characters " If you ':set list', shows trailing spaces, etc {{{
0 commit comments