Syntax fix

This commit is contained in:
Sonny 2017-06-10 11:13:11 +02:00
parent bdc2504ca7
commit 3379a64536

View file

@ -22,10 +22,10 @@ command! MakeTags !ctags -R .
"Python specific's "Python specific's
au BufNewFile,BufRead *.py au BufNewFile,BufRead *.py
\ set tabstop=4 \ set tabstop=4 |
\ set softtabstop=4 \ set softtabstop=4 |
\ set shiftwidth=4 \ set shiftwidth=4 |
\ set expandtab \ set expandtab |
" Fold methods based on indents " Fold methods based on indents
" zo to open folds, zc to close " zo to open folds, zc to close