We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84d46c commit f8f58b3Copy full SHA for f8f58b3
plugin/better-whitespace.vim
@@ -124,7 +124,7 @@ endfunction
124
" Toggle whitespace highlighting on/off
125
function! s:ToggleWhitespace()
126
call <SID>Echo("Whitespace Highlighting: Toggling...")
127
- if <SID>:ShouldHighlight()
+ if <SID>ShouldHighlight()
128
call <SID>DisableWhitespace()
129
else
130
call <SID>EnableWhitespace()
0 commit comments