kniklas/ropsi-debian-dev-env

Problem with trailing spaces string

Closed this issue · 2 comments

Related to #3

Try to reproduce the problem

Check if there is other way to use it (or maybe reset/restart is needed?)

" Highlight white spaces
autocmd ColorScheme * highlight ExtraWhitespace ctermbg=red guibg=red
au InsertLeave * match ExtraWhitespace /\s+$/

For the time being it has been disabled.
Moved to second iteration.

The autocmd command must be executed before enabling syntax. This should resolve the issue.
Item is closed assuming this will work.