fix comment for whitespace highlighting
This commit is contained in:
parent
d79cbd6989
commit
f7e73a3eb3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
-- Highlight trailing whitespace (darker red) and remove all with Ctrl+w
|
-- Highlight trailing whitespace (darker red)
|
||||||
vim.cmd 'highlight WhitespaceEOL ctermbg=red guibg=#ab0d0d'
|
vim.cmd 'highlight WhitespaceEOL ctermbg=red guibg=#ab0d0d'
|
||||||
vim.cmd 'match WhitespaceEOL /\\s\\+\\%#\\@<!$/'
|
vim.cmd 'match WhitespaceEOL /\\s\\+\\%#\\@<!$/'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue