X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=vim%2F.vim%2Fautoload%2Fpython%2Fimportcompl.vim;h=cc26c792bb8726b6ce93d3bcc6fc592d337e597e;hp=017d91a835706740d392f83ce308e6de1134de20;hb=419be3d1d8833aa1d83a958c444fbe69a84a7f59;hpb=fdb5f396d6373f6cfb38b91fa8f2e0ec2df519ce diff --git a/vim/.vim/autoload/python/importcompl.vim b/vim/.vim/autoload/python/importcompl.vim index 017d91a..cc26c79 100644 --- a/vim/.vim/autoload/python/importcompl.vim +++ b/vim/.vim/autoload/python/importcompl.vim @@ -9,7 +9,7 @@ " of all import lines from your code containing Baz import. " " If you have Pylint or Pyflakes output in quickfix window, containing -" unfedined variables errors, then you can you :call AllImportCompl() +" unfedined variables errors, then you can you :call python#importcompl#all() " function. It will go through the quickfix list and find all possible " imports, sort them and insert under current cursor position. "