diff --git a/.vimrc b/.vimrc index 7a8ddda..bcfbb2b 100644 --- a/.vimrc +++ b/.vimrc @@ -158,6 +158,8 @@ if has("autocmd") autocmd Filetype python set modeline " Indentation with = for python need autopep8 autocmd Filetype python set equalprg=autopep8\ - + iab sefl self + iab slef self endif