1
0
mirror of https://github.com/gryf/pythonhelper.git synced 2025-12-18 12:00:27 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Oluf Lorenzen
49d018fdc6 let user decide where/how to add the StatusLine
Signed-off-by: Oluf Lorenzen <ol@axxeo.de>
2010-12-17 14:57:15 +01:00
Michal Vitecek
2caa97d75f Version 0.83
Added support for the CursorHoldI event so that the class/method/function is recognized also in Insert mode.
-
Michal Vitecek
b0841be7ee Version 0.82: - fixed a bug when nested functions/classes were not properly detected -
Michal Vitecek
ab9d0e5e69 Version 0.81: - fixed a small bug in indent level recognition -
Michal Vitecek
f5b70c33bb Version 0.80
- removed the dependency on exuberant ctags which parsed the python source code wrongly anyways. From now on only VIM with python support is needed. This might greatly help windoze users.
-
Michal Vitecek
91b230cb51 Version 0.72
- fixed problem with parsing ctags output on python files that use tabs
- when there is a syntax error in the file and ctags parses it incorrectly a warning is displayed in the command line
-
Michal Vitecek
9f5c2d1dc2 Version 0.71
- fixed problem with undefined window-bound variable w:PHStatusLine when a window has been split into two.
- unbound event BufWinEnter because it's not needed because of the above change now
-
Michal Vitecek
6a3cd0da42 Version 0.7: Initial upload -