diff options
Diffstat (limited to 'src/testdir/test18.in')
-rw-r--r-- | src/testdir/test18.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/testdir/test18.in b/src/testdir/test18.in new file mode 100644 index 000000000..9bfd92234 --- /dev/null +++ b/src/testdir/test18.in @@ -0,0 +1,16 @@ +Tests for not doing smart indenting when it isn't set. + +STARTTEST +:so small.vim +:set nocin nosi ai +/some +2cc#test +:?start?,$w! test.out +:qa! +ENDTEST + +start text + some test text + test text +test text + test text |