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 --- bundle/vim-scala | 2 +- vimrc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle/vim-scala b/bundle/vim-scala index 0b909e2..b36b721 160000 --- a/bundle/vim-scala +++ b/bundle/vim-scala @@ -1 +1 @@ -Subproject commit 0b909e24f31d94552eafae610da0f31040c08f2b +Subproject commit b36b721ee806c18e50f8ea51e78256de7c288d3f 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