Skip to content

Tags: simexin/pydoc.vim

Tags

2.0

Toggle 2.0's commit message
extended documentation: Made it clear, that pydoc.vim is now an ftplu…

…gin and cannot be installd in the plugin directory

1.4

Toggle 1.4's commit message
update the docs to be more consistent

1.3.6

Toggle 1.3.6's commit message
Do final substitution on result of first.

Without it, it doesn't work on "handle = open(...)"
Comment what's being done.

1.3.5

Toggle 1.3.5's commit message
disabled call to "syn on" in Highlight, since that seems to interfere…

… with NERDTree and also avoid using global variables, as suggested by Jason Mills

1.3.4

Toggle 1.3.4's commit message
disabled call to "syn on" in Highlight, since that seems to interfere…

… with NERDTree and also avoid using global variables, as suggested by Jason Mills

1.3.3

Toggle 1.3.3's commit message
added K mapping as suggested by Jason Mills

1.3.2

Toggle 1.3.2's commit message
added README

1.3.1

Toggle 1.3.1's commit message
added copyright notice

1.3

Toggle 1.3's commit message
new option to control the height of the pydoc window 'g:pydoc_wh'

implemented by Matthias Vogelgesang