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 4b5fdc9 commit 229639bCopy full SHA for 229639b
tests/_setup.vader
@@ -3,12 +3,12 @@ Execute (Setup):
3
setglobal noexpandtab tabstop=8 softtabstop=0 shiftwidth=8
4
5
if exists('*shiftwidth')
6
- function! ShiftWidth()
+ function! Shiftwidth()
7
return shiftwidth()
8
endfunction
9
else
10
Log "WARNING: shiftwidth() not available!"
11
12
return &shiftwidth
13
14
endif
0 commit comments