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