Skip to content

Commit f8f58b3

Browse files
Cimbalintpeters
authored andcommitted
Fix typo causing bug in ToggleWhitespace (#82)
1 parent f84d46c commit f8f58b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/better-whitespace.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ endfunction
124124
" Toggle whitespace highlighting on/off
125125
function! s:ToggleWhitespace()
126126
call <SID>Echo("Whitespace Highlighting: Toggling...")
127-
if <SID>:ShouldHighlight()
127+
if <SID>ShouldHighlight()
128128
call <SID>DisableWhitespace()
129129
else
130130
call <SID>EnableWhitespace()

0 commit comments

Comments
 (0)