diff options
Diffstat (limited to 'src/testdir/test_ex_undo.vim')
-rw-r--r-- | src/testdir/test_ex_undo.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/test_ex_undo.vim b/src/testdir/test_ex_undo.vim index 44feb3680..48a87df02 100644 --- a/src/testdir/test_ex_undo.vim +++ b/src/testdir/test_ex_undo.vim @@ -17,3 +17,5 @@ func Test_ex_undo() call assert_equal(1, line('$')) quit! endfunc + +" vim: shiftwidth=2 sts=2 expandtab |