fix comment for whitespace highlighting

This commit is contained in:
Vladan Popovic 2024-06-10 12:35:24 +02:00
parent d79cbd6989
commit f7e73a3eb3
1 changed files with 1 additions and 1 deletions

View File

@ -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\\+\\%#\\@<!$/'