commit | 9e4d8215d386100ab660d7d11e6620fd148b605e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 18 23:04:48 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 18 23:04:48 2016 +0200 |
tree | dd5a4c3aab1dde5c77149165ff6e65c012ea9902 | |
parent | 7571d55f7dcc009a375b2124cce2c8b21f361234 [diff] [blame] |
patch 7.4.2228 Problem: Test files have inconsistant modelines. Solution: Don't set 'tabstop' to 2, use 'sts' and 'sw'.
diff --git a/src/testdir/test_increment.vim b/src/testdir/test_increment.vim index e53b569..8bfd95d 100644 --- a/src/testdir/test_increment.vim +++ b/src/testdir/test_increment.vim
@@ -757,4 +757,4 @@ endfunc -" vim: tabstop=2 shiftwidth=2 expandtab +" vim: shiftwidth=2 sts=2 expandtab