diff options
| author | lonerover <pathfinder1644@yahoo.com> | 2017-03-14 16:58:13 +0800 |
|---|---|---|
| committer | lonerover <pathfinder1644@yahoo.com> | 2017-03-18 18:08:20 +0800 |
| commit | 700e13da82bde402bd0387917574efe6754420f4 (patch) | |
| tree | aff620f442f3697d18d1f60aee6318ef982b40d2 /src/nvim/testdir/test_increment.vim | |
| parent | 9abef7ded95995e3546b8d273ab4ad996ce3ed50 (diff) | |
| download | rneovim-700e13da82bde402bd0387917574efe6754420f4.tar.gz rneovim-700e13da82bde402bd0387917574efe6754420f4.tar.bz2 rneovim-700e13da82bde402bd0387917574efe6754420f4.zip | |
vim-patch:7.4.2228
Problem: Test files have inconsistant modelines.
Solution: Don't set 'tabstop' to 2, use 'sts' and 'sw'.
https://github.com/vim/vim/commit/9e4d8215d386100ab660d7d11e6620fd148b605e
Diffstat (limited to 'src/nvim/testdir/test_increment.vim')
| -rw-r--r-- | src/nvim/testdir/test_increment.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_increment.vim b/src/nvim/testdir/test_increment.vim index e53b569716..8bfd95d810 100644 --- a/src/nvim/testdir/test_increment.vim +++ b/src/nvim/testdir/test_increment.vim @@ -757,4 +757,4 @@ func Test_normal_increment_03() endfunc -" vim: tabstop=2 shiftwidth=2 expandtab +" vim: shiftwidth=2 sts=2 expandtab |