1
0
mirror of https://github.com/gryf/pythonhelper.git synced 2026-05-03 12:20:52 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
cheater 005a35dcf6 More bad English in the doc. 2012-02-12 14:27:20 +01:00
cheater 42d72d9e6b More bad English in the doc. 2012-02-12 14:27:18 +01:00
cheater 6494b9de1c Tweaked installation instructions. 2012-02-12 14:27:11 +01:00
cheater 864d36fd02 Bad English in the installation instructions. 2012-02-12 14:26:58 +01:00
cheater 333db2d78e Yet more typos in the installation instructions 2012-02-12 14:26:55 +01:00
cheater 888970d931 More typos in the installation instructions 2012-02-12 14:26:52 +01:00
cheater 2e27597939 Code style. Tabs AND spaces? WTF. http://i.imgur.com/Lo5Vv.png 2012-02-12 14:26:47 +01:00
cheater 0ce33afc6c Typo in installation instructions. 2012-02-12 14:26:41 +01:00
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.
0.83
-
Michal Vitecek b0841be7ee Version 0.82: - fixed a bug when nested functions/classes were not properly detected 0.82 -
Michal Vitecek ab9d0e5e69 Version 0.81: - fixed a small bug in indent level recognition 0.81 -
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.
0.80
-
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
0.72
-
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
0.71
-
Michal Vitecek 6a3cd0da42 Version 0.7: Initial upload 0.7 -