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 8ec0fbf commit 4b5fdc9Copy full SHA for 4b5fdc9
tests/_setup.vader
@@ -0,0 +1,14 @@
1
+Execute (Setup):
2
+ " so it is clear what values later tests are working with
3
+ setglobal noexpandtab tabstop=8 softtabstop=0 shiftwidth=8
4
+
5
+ if exists('*shiftwidth')
6
+ 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