summaryrefslogtreecommitdiff
path: root/src/testdir/test_close_count.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_close_count.vim')
-rw-r--r--src/testdir/test_close_count.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/test_close_count.vim b/src/testdir/test_close_count.vim
index 1f9adba32..c0c37304e 100644
--- a/src/testdir/test_close_count.vim
+++ b/src/testdir/test_close_count.vim
@@ -1,5 +1,5 @@
-
" Tests for :[count]close! command
+
func Test_close_count()
enew! | only
@@ -172,3 +172,5 @@ func Test_winclose_command()
set nohidden
only!
endfunc
+
+" vim: shiftwidth=2 sts=2 expandtab