diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-18 23:04:48 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-18 23:04:48 +0200 |
commit | 9e4d8215d386100ab660d7d11e6620fd148b605e (patch) | |
tree | dd5a4c3aab1dde5c77149165ff6e65c012ea9902 /src/testdir/test_increment_dbcs.vim | |
parent | 7571d55f7dcc009a375b2124cce2c8b21f361234 (diff) | |
download | vim-git-9e4d8215d386100ab660d7d11e6620fd148b605e.tar.gz |
patch 7.4.2228v7.4.2228
Problem: Test files have inconsistant modelines.
Solution: Don't set 'tabstop' to 2, use 'sts' and 'sw'.
Diffstat (limited to 'src/testdir/test_increment_dbcs.vim')
-rw-r--r-- | src/testdir/test_increment_dbcs.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_increment_dbcs.vim b/src/testdir/test_increment_dbcs.vim index e1b663293..dea405c63 100644 --- a/src/testdir/test_increment_dbcs.vim +++ b/src/testdir/test_increment_dbcs.vim @@ -27,4 +27,4 @@ func Test_increment_dbcs_1() call assert_equal([0, 1, 10, 0], getpos('.')) endfunc -" vim: shiftwidth=2 expandtab +" vim: shiftwidth=2 sts=2 expandtab |