diff options
Diffstat (limited to 'src/nvim/testdir/test_system.vim')
-rw-r--r-- | src/nvim/testdir/test_system.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_system.vim b/src/nvim/testdir/test_system.vim index 18692f42c9..6c8373b335 100644 --- a/src/nvim/testdir/test_system.vim +++ b/src/nvim/testdir/test_system.vim @@ -141,3 +141,5 @@ func Test_system_with_shell_quote() call delete('Xdir with spaces', 'rf') endtry endfunc + +" vim: shiftwidth=2 sts=2 expandtab |