From 3379a6453681abf797e78c6036b14729bfc081de Mon Sep 17 00:00:00 2001 From: Sonny Date: Sat, 10 Jun 2017 11:13:11 +0200 Subject: [PATCH] Syntax fix --- vim/.vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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