vim: python replace cmd for self

This commit is contained in:
Mathieu Maret 2017-08-16 14:13:29 +02:00
parent 6158f58bfb
commit ed5be3e864
1 changed files with 2 additions and 0 deletions

2
.vimrc
View File

@ -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