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_match.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_match.vim')
-rw-r--r-- | src/testdir/test_match.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_match.vim b/src/testdir/test_match.vim index 67f3ea737..000893673 100644 --- a/src/testdir/test_match.vim +++ b/src/testdir/test_match.vim @@ -186,4 +186,4 @@ func Test_matchaddpos() set hlsearch& endfunc -" vim: et ts=2 sw=2 +" vim: shiftwidth=2 sts=2 expandtab |