|
@ -47,7 +47,7 @@ set foldenable " set to display all folds open |
|
|
set foldmethod=marker " folding type |
|
|
set foldmethod=marker " folding type |
|
|
set foldopen-=block " for which commands a fold will be opened |
|
|
set foldopen-=block " for which commands a fold will be opened |
|
|
set foldtext=FoldText() " expression used to display for a closed fold |
|
|
set foldtext=FoldText() " expression used to display for a closed fold |
|
|
set formatoptions=o " how automatic formatting is to be done |
|
|
set formatoptions-=cro " how automatic formatting is to be done |
|
|
set hlsearch " highlight matches with last search pattern |
|
|
set hlsearch " highlight matches with last search pattern |
|
|
set ignorecase " ignore case in search patterns |
|
|
set ignorecase " ignore case in search patterns |
|
|
set incsearch " highlight match while typing search pattern |
|
|
set incsearch " highlight match while typing search pattern |
|
|