1
0
mirror of https://github.com/gryf/python.vim.git synced 2025-12-17 19:40:28 +01:00

12 Commits

Author SHA1 Message Date
Jon Franklin
6411a284c5 Version 1.12
* Changed to ftplugin and renamed to avoid collision with vim's ftplugin/python.vim. Patch provided by Christopher Lambacher
* Fixed error opening python buffer with no classes or functions.  Patch provided by Chris Farrow
* Removed duplicate ]f key
*Fixed block manipulation bugs due to collision on ]], [[ mappings. See menu for new mappings
-
Jon Franklin
bf1056d729 Version 1.11: Add shortcuts for all remaining menu options. -
Jon Franklin
ef20af29a9 Version 1.10: Add shortcuts for commenting/uncommenting selections. -
Jon Franklin
6dbc984278 Version 1.9
Fixed bug in IM-Python menu where function and class names beginning with "_" were not included.
-
Mikael Berthe
97ed3fccdb Version 1.8
Applied a patch from Jon Franklin: IM-Python menu improvements.
Updated copyright and email address.
-
Mikael Berthe
7a5bb2412f Version 1.7: Use <Down> instead of 'j', so it should work when j is mapped. -
Mikael Berthe
dc9722e464 Version 1.6: Works better with folding... Many thanks to Guy L. Oliver! -
Mikael Berthe
414dc1c5c0 Version 1.5
Same as 1.4, I just fixed a typo in the comments and my e-mail address...
-
Mikael Berthe
5f50c785a7 Version 1.4
Entry for Adam's IM-Python menu update in the main script menu; some other minor changes...
-
adam seyfarth
431c682826 Version 1.3
I've added an IM-Python menu that holds the class definitions and function definitions.
-
Mikael Berthe
39257801b5 Version 1.1
* Changed the name of the global variable
* Added a new variable; one can choose not to select trailing comments
-
Mikael Berthe
87a4f5ea34 Version 1.0: Initial upload -