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.
2 parents 0f754d2 + 1cf58ff commit 966863eCopy full SHA for 966863e
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