]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/autoload/python/importcompl.vim
<F3> python#importcompl#all() helper
[dotfiles.git] / vim / .vim / autoload / python / importcompl.vim
index 017d91a835706740d392f83ce308e6de1134de20..cc26c792bb8726b6ce93d3bcc6fc592d337e597e 100644 (file)
@@ -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.
 "