Skip to content

Commit 5c39a9e

Browse files
committed
some refactoring
1 parent 13eafe5 commit 5c39a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/python.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ augroup python
1717
au!
1818
" Show error message under cursor
1919
" for visual and insert mode
20-
au CursorMoved,CursorMovedI <buffer> call s:SetPythonErrorMessage()
20+
au CursorHold <buffer> call s:SetPythonErrorMessage()
2121

2222
au QuickFixCmdPost * call s:FixQflist()
2323

0 commit comments

Comments
 (0)