|
|
@@ -89,6 +89,7 @@ set winminheight=0 " Windows can be 0 line high
|
|
|
set ignorecase " Case insensitive search
|
|
|
set smartcase " Case sensitive when uc present
|
|
|
set wildmenu " Show list instead of just completing
|
|
|
+set modeline " Support vim modelines at the top of files
|
|
|
"set wildmode=list:longest,full " Command <Tab> completion, list matches, then longest common part, then all.
|
|
|
set whichwrap=b,s,h,l,<,>,[,] " Backspace and cursor keys wrap too
|
|
|
set shortmess+=filmnrxoOtT " Abbrev. of messages (avoids 'hit enter')
|