Skip to content

Commit 229639b

Browse files
committed
fixup! fixup! fixup! Let's not make testing hard: use shiftwidth() wrapper
1 parent 4b5fdc9 commit 229639b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/_setup.vader

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ Execute (Setup):
33
setglobal noexpandtab tabstop=8 softtabstop=0 shiftwidth=8
44

55
if exists('*shiftwidth')
6-
function! ShiftWidth()
6+
function! Shiftwidth()
77
return shiftwidth()
88
endfunction
99
else
1010
Log "WARNING: shiftwidth() not available!"
11-
function! ShiftWidth()
11+
function! Shiftwidth()
1212
return &shiftwidth
1313
endfunction
1414
endif

0 commit comments

Comments
 (0)