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 7b3889c commit 1cf58ffCopy full SHA for 1cf58ff
plugin/better-whitespace.vim
@@ -11,7 +11,7 @@ let g:loaded_better_whitespace_plugin = 1
11
" initialized if it does not exist prior.
12
function! s:InitVariable(var, value)
13
if !exists(a:var)
14
- execute 'let ' . a:var . ' = ' . string(a:value)
+ execute 'let ' . a:var . ' = ' . string(a:value)
15
endif
16
endfunction
17
0 commit comments