vim-syntastic / syntastic

Syntax checking hacks for vim
Do What The F*ck You Want To Public License
11.3k stars 1.14k forks source link

Location list flashes then disappears #2390

Closed skurhse closed 2 years ago

skurhse commented 2 years ago

Hello maintainers!

I am running a WSL2 instance of Debian 11 bullseye in windows terminal.

I have installed syntastic with pathogen on vim 8.2, which succeeds :SyntasticInfo:

Syntastic version: 3.10.0-32 (Vim 802, Linux)
Info for filetype: sh
Global mode: active
Filetype sh is active
The current file will be checked automatically
Available checker: sh
Currently enabled checker: sh

However when I run :SyntasticCheck or :Errors the screen either flickers or nothing happens. When I run with debug mode, the debug output flashes for an instance then immediately disappears.

It doesn't appear to matter what syntax checker I use and they appear to be working correctly. The location list however, does not display.

.vimrc: vimrc.txt

skurhse commented 2 years ago

per #2383:

Syntastic is dead, you should consider using ALE instead.

I have taken your advice and it's working perfectly! I have enjoyed Syntastic, and now it is time for a new kid on the block. As they say in France, Au revoir!