vim: python replace cmd for self
This commit is contained in:
parent
6158f58bfb
commit
ed5be3e864
2
.vimrc
2
.vimrc
@ -158,6 +158,8 @@ if has("autocmd")
|
|||||||
autocmd Filetype python set modeline
|
autocmd Filetype python set modeline
|
||||||
" Indentation with = for python need autopep8
|
" Indentation with = for python need autopep8
|
||||||
autocmd Filetype python set equalprg=autopep8\ -
|
autocmd Filetype python set equalprg=autopep8\ -
|
||||||
|
iab sefl self
|
||||||
|
iab slef self
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user