1
0
mirror of https://github.com/gryf/python.vim.git synced 2025-12-17 11:30:22 +01:00
Commit Graph

17 Commits

Author SHA1 Message Date
47a79f4251 Clean up indentation and commented code 2017-05-28 14:42:09 +02:00
e799ed8118 Moved plugin to ftplugin/python 2017-01-03 13:54:10 +01:00
Markus Törnqvist
669040957d Python3.5 async def support 2017-01-03 13:52:11 +01:00
Jon Franklin
0877af4dff Version 1.13
Fix for bug that prevented multi-line class and function definitions from showing up in the IM-Python menu.  Patch provided by Branden Rolston.
1.13
-
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
1.12
-
Jon Franklin
bf1056d729 Version 1.11: Add shortcuts for all remaining menu options. 1.11 -
Jon Franklin
ef20af29a9 Version 1.10: Add shortcuts for commenting/uncommenting selections. 1.10 -
Jon Franklin
6dbc984278 Version 1.9
Fixed bug in IM-Python menu where function and class names beginning with "_" were not included.
1.9
-
Mikael Berthe
97ed3fccdb Version 1.8
Applied a patch from Jon Franklin: IM-Python menu improvements.
Updated copyright and email address.
1.8
-
Mikael Berthe
7a5bb2412f Version 1.7: Use <Down> instead of 'j', so it should work when j is mapped. 1.7 -
Mikael Berthe
dc9722e464 Version 1.6: Works better with folding... Many thanks to Guy L. Oliver! 1.6 -
Mikael Berthe
414dc1c5c0 Version 1.5
Same as 1.4, I just fixed a typo in the comments and my e-mail address...
1.5
-
Mikael Berthe
5f50c785a7 Version 1.4
Entry for Adam's IM-Python menu update in the main script menu; some other minor changes...
1.4
-
adam seyfarth
431c682826 Version 1.3
I've added an IM-Python menu that holds the class definitions and function definitions.
1.3
-
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
1.1
-
Mikael Berthe
61ab4248f1 Version 1.0@1: Initial upload 1.0@1 -
Mikael Berthe
87a4f5ea34 Version 1.0: Initial upload 1.0 -