File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
" File: pythonhelper.vim
2
2
" Author: Michal Vitecek <fuf-at-mageo-dot-cz>
3
- " Version: 0.82
4
- " Last Modified: Jul 10, 2009
3
+ " Version: 0.83
4
+ " Last Modified: Jan 4, 2010
5
5
"
6
6
" Overview
7
7
" --------
18
18
" support by issuing command :ver and looking for +python in the list of
19
19
" features.
20
20
"
21
- " Note: The script displays current tag on the status line only in NORMAL
22
- " mode. This is because CursorHold event is fired up only in this mode.
23
- " However if you badly need to know what tag you are in even in INSERT or
24
- " VISUAL mode, contact me on the above specified email address and I'll send
25
- " you a patch that enables firing up CursorHold event in those modes as well.
26
- "
27
21
" Installation
28
22
" ------------
29
23
" 1. Make sure your Vim has python feature on (+python). If not, you will need
@@ -744,6 +738,7 @@ endfunction
744
738
745
739
" autocommands binding
746
740
autocmd CursorHold * call PHCursorHold ()
741
+ autocmd CursorHoldI * call PHCursorHold ()
747
742
autocmd BufDelete * silent call PHBufferDelete ()
748
743
749
744
" time that determines after how long time of no activity the CursorHold event
You can’t perform that action at this time.
0 commit comments