You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
A workaround for me when using syntastic is to resize the terminal as the characters are then removed.
In addition, if disable syntastic in vimrc (g:syntastic_check_on_open=0), the characters are not shown. Running :SyntasticCheck also removes the characters.
I do not know whether this is a bug related to syntastic or vim, but since the problem is removed by disabling syntastic I have reported it here.
Syntastic version: 3.7.0-237 (Vim 800, Linux)
Info for filetype: python
Global mode: active
Filetype python is active
The current file will be checked automatically
Available checkers: flake8 pyflakes pylint python
Currently enabled checker: pylint
The text was updated successfully, but these errors were encountered:
Syntastic has no control over low level redraws. The problem may be triggered by syntastic for some reasons, but it can't be solved from within syntastic. Please see #822 for a more detailed discussion. shrug
When editing clojure and python code weird characters (^[[>1;4590;0c) are inserted on some of the lines:
The characters are only "visually" - they are not inserted in the actual file.
Other have seen the same issue (fisadev/vim-isort#13) related to the isort plugin, but I do not have that installed.
A workaround for me when using syntastic is to resize the terminal as the characters are then removed.
In addition, if disable syntastic in vimrc (
g:syntastic_check_on_open=0
), the characters are not shown. Running:SyntasticCheck
also removes the characters.I do not know whether this is a bug related to syntastic or vim, but since the problem is removed by disabling syntastic I have reported it here.
Syntastic version: 3.7.0-237 (Vim 800, Linux)
Info for filetype: python
Global mode: active
Filetype python is active
The current file will be checked automatically
Available checkers: flake8 pyflakes pylint python
Currently enabled checker: pylint
The text was updated successfully, but these errors were encountered: