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

6 Commits

Author SHA1 Message Date
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 -