X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=vim%2F.vim%2Fftplugin%2Fpython%2Fautos.vim;fp=vim%2F.vim%2Fftplugin%2Fpython%2Fautos.vim;h=89d3f7511ee33c7733bd79cd73e2085cbffba579;hp=d837bdea242b900407752597be1501d37064295e;hb=9054016d07fca6fae86811aca3d136b473ceec83;hpb=05bc386c693c3a5a8da95636eddb2dbeecd22ff0 diff --git a/vim/.vim/ftplugin/python/autos.vim b/vim/.vim/ftplugin/python/autos.vim index d837bde..89d3f75 100644 --- a/vim/.vim/ftplugin/python/autos.vim +++ b/vim/.vim/ftplugin/python/autos.vim @@ -2,9 +2,7 @@ iabbrev #u # coding: utf-8 iabbrev tt # type: iabbrev tti # type: ignore iabbrev trace import pdb ; pdb.set_trace()pass -iabbrev itrace import ipdb ; ipdb.set_trace()pass iabbrev embed import code ; code.interact(local=locals()) -iabbrev iembed from IPython import embed ; embed() iabbrev kargs *args, **kwargs iabbrev pyldis # pylint: disable= iabbrev deff def () -> None:F(i