From f6137e505da73133e990d20ccac79a2f7fdaee80 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 8 Jun 2018 13:56:45 +0100 Subject: Set those local --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index e4a1419..d5cf458 100644 --- a/vimrc +++ b/vimrc @@ -50,11 +50,11 @@ hi SpellBad term=standout ctermfg=1 cterm=bold gui=undercurl guisp=Red " extra python "" wrapping and tabs -autocmd FileType python set ts=4 sw=4 et sta sts=4 ai +autocmd FileType python setl ts=4 sw=4 et sta sts=4 ai "" smart indenting autocmd FileType python let python_highlight_all = 1 "" extra highlighting -autocmd FileType python set smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class +autocmd FileType python setl smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class " syntastic let g:syntastic_python_checkers = ['pyflakes'] -- cgit v1.2.3