diff --git a/vim/.vimrc b/vim/.vimrc index 0c58d48..c777185 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -22,10 +22,10 @@ command! MakeTags !ctags -R . "Python specific's au BufNewFile,BufRead *.py - \ set tabstop=4 - \ set softtabstop=4 - \ set shiftwidth=4 - \ set expandtab + \ set tabstop=4 | + \ set softtabstop=4 | + \ set shiftwidth=4 | + \ set expandtab | " Fold methods based on indents " zo to open folds, zc to close