maralla / validator.vim

Check syntax on the fly asynchronously.
MIT License
213 stars 14 forks source link

Always reserve place for a sign #89

Open diachkow opened 4 years ago

diachkow commented 4 years ago

Am I getting right that let g:validator_permament_sign = 1 should always reserve place for the error sign at the left? In my case, it appears when there is any issue and then it disappears changing the main window width. Is there any way to prevent this behavior?