We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13eafe5 commit 5c39a9eCopy full SHA for 5c39a9e
compiler/python.vim
@@ -17,7 +17,7 @@ augroup python
17
au!
18
" Show error message under cursor
19
" for visual and insert mode
20
- au CursorMoved,CursorMovedI <buffer> call s:SetPythonErrorMessage()
+ au CursorHold <buffer> call s:SetPythonErrorMessage()
21
22
au QuickFixCmdPost * call s:FixQflist()
23
0 commit comments