diff options
Diffstat (limited to 'src/testdir/test19.in')
-rw-r--r-- | src/testdir/test19.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/test19.in b/src/testdir/test19.in index bdcfb77db..ff6e25517 100644 --- a/src/testdir/test19.in +++ b/src/testdir/test19.in @@ -12,6 +12,9 @@ r 0wR :" Test replacing with Tabs 0wR +:" Test that copyindent works with expandtab set +:set expandtab smartindent copyindent ts=8 sw=8 sts=8 +:exe "norm! o{\<cr>x" :?^start?,$w! test.out :qa! ENDTEST |