Prevent error if foldmethod doesn't work
This commit is contained in:
parent
c451c9e614
commit
15a6ff7e62
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -13,7 +13,6 @@ set cursorline
|
|||
set directory=$TEMP//,/tmp//,.
|
||||
set encoding=utf-8
|
||||
set expandtab
|
||||
set foldmethod=syntax
|
||||
set ignorecase
|
||||
set linebreak
|
||||
set list
|
||||
|
@ -32,6 +31,7 @@ set ttyfast
|
|||
set wrap
|
||||
silent! colorscheme desert
|
||||
silent! filetype plugin indent on
|
||||
silent! set foldmethod=syntax
|
||||
silent! syntax on
|
||||
|
||||
if has("gui_running")
|
||||
|
|
Loading…
Reference in a new issue