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_timers.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/nvim/testdir/test_timers.vim') diff --git a/src/nvim/testdir/test_timers.vim b/src/nvim/testdir/test_timers.vim index d92cbe6897..56f9feef66 100644 --- a/src/nvim/testdir/test_timers.vim +++ b/src/nvim/testdir/test_timers.vim @@ -52,4 +52,5 @@ func Test_retain_partial() call garbagecollect() sleep 200m endfunc -" vim: ts=2 sw=0 et + +" vim: shiftwidth=2 sts=2 expandtab -- cgit