diff options
author | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-08-05 23:34:22 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-08-05 23:34:22 +0200 |
commit | ddf74e564339c72bd536d4a3e03d44488710a56e (patch) | |
tree | 31ff11b74b98f87d4cb4d8b8cc9a0e4856fca7e4 /vim/.vimrc | |
parent | e430499f676f27526b8ef8b1f17e6f98205168b2 (diff) |
foldmethod indent by default syntax for C
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ function TrimWhiteSpace() nnoremap <F2> :call TrimWhiteSpace()<CR> " Fold -set foldmethod=syntax +set foldmethod=indent set foldlevelstart=99 " HighLight search and map CarrierReturn to remove highlight |