Skip to content

Commit d9ef877

Browse files
aaronmgriffinvim-scripts
authored andcommitted
Version 0.5: Initial upload
0 parents  commit d9ef877

2 files changed

Lines changed: 581 additions & 0 deletions

File tree

README

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
This is a mirror of http://www.vim.org/scripts/script.php?script_id=1542
2+
3+
This is the pythoncomplete omni-completion script shipped with vim 7. Updated versions will appear here, as the vim tarballs do not ship with updated runtime files.
4+
5+
To use this plugin, make sure ftplugins are enabled, via "filetype plugin on".
6+
Filetype detection will set the omnifunction appropriately.
7+
8+
Features:
9+
Dynamic type deduction (without actually evaluating statements)
10+
Local visibility handling (will complete from all parent scopes).
11+
completeopt=preview support, displaying python docstrings
12+
Function argument completion (whenever possible)
13+
14+
Requires Vim7 compiled with +python support.

0 commit comments

Comments
 (0)