From 700e13da82bde402bd0387917574efe6754420f4 Mon Sep 17 00:00:00 2001 From: lonerover Date: Tue, 14 Mar 2017 16:58:13 +0800 Subject: 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 --- src/nvim/testdir/test_increment.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/testdir/test_increment.vim') 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 -- cgit