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
Some non-modifiable files have trailing newlines which get highlighted and ugly. Unfortunately highlight is global, (there's no equivalent of setlocal), so even if I use an autocmd to turn it off in those files, it would then also be disabled in other splits when moving to that window.
The text was updated successfully, but these errors were encountered:
Some non-modifiable files have trailing newlines which get highlighted and ugly. Unfortunately
highlight
is global, (there's no equivalent ofsetlocal
), so even if I use anautocmd
to turn it off in those files, it would then also be disabled in other splits when moving to that window.The text was updated successfully, but these errors were encountered: