From 9e4d8215d386100ab660d7d11e6620fd148b605e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 18 Aug 2016 23:04:48 +0200 Subject: patch 7.4.2228 Problem: Test files have inconsistant modelines. Solution: Don't set 'tabstop' to 2, use 'sts' and 'sw'. --- src/testdir/test_match.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testdir/test_match.vim') diff --git a/src/testdir/test_match.vim b/src/testdir/test_match.vim index 67f3ea737..000893673 100644 --- a/src/testdir/test_match.vim +++ b/src/testdir/test_match.vim @@ -186,4 +186,4 @@ func Test_matchaddpos() set hlsearch& endfunc -" vim: et ts=2 sw=2 +" vim: shiftwidth=2 sts=2 expandtab -- cgit v1.2.1