We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629f079 commit b00c8d2Copy full SHA for b00c8d2
gvimrc
@@ -15,3 +15,8 @@ if has('mac')
15
"set guifont=Monaco:h12
16
set guifont=Bitstream_Vera_Sans_Mono:h12
17
endif
18
+
19
+"Highlight spaces at the end of lines
20
+let c_space_errors=1
21
+highlight WhitespaceEOL ctermbg=red guibg=red
22
+match WhitespaceEOL /\s\+$/
0 commit comments