comparison src/testdir/test49.vim @ 16760:b55b4a21f006 v8.1.1382

patch 8.1.1382: error when editing test file commit https://github.com/vim/vim/commit/3020a87cb121123abf1e9a1eca0eddac241fc481 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 24 17:33:01 2019 +0200 patch 8.1.1382: error when editing test file Problem: Error when editing test file. Solution: Remove part of modeline.
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 May 2019 17:45:05 +0200
parents f01eb1aed348
children 9606c0adc148
comparison
equal deleted inserted replaced
16759:432ae2a3c2de 16760:b55b4a21f006
1 " Vim script language tests 1 " Vim script language tests
2 " Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com> 2 " Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
3 " Last Change: 2019 Jan 13 3 " Last Change: 2019 May 24
4 4
5 "------------------------------------------------------------------------------- 5 "-------------------------------------------------------------------------------
6 " Test environment {{{1 6 " Test environment {{{1
7 "------------------------------------------------------------------------------- 7 "-------------------------------------------------------------------------------
8 8
9003 9003
9004 9004
9005 "------------------------------------------------------------------------------- 9005 "-------------------------------------------------------------------------------
9006 " Modelines {{{1 9006 " Modelines {{{1
9007 " vim: ts=8 sw=4 tw=80 fdm=marker 9007 " vim: ts=8 sw=4 tw=80 fdm=marker
9008 " vim: fdt=substitute(substitute(foldtext(),\ '\\%(^+--\\)\\@<=\\(\\s*\\)\\(.\\{-}\\)\:\ \\%(\"\ \\)\\=\\(Test\ \\d*\\)\:\\s*',\ '\\3\ (\\2)\:\ \\1',\ \"\"),\ '\\(Test\\s*\\)\\(\\d\\)\\D\\@=',\ '\\1\ \\2',\ "") 9008 "-------------------------------------------------------------------------------
9009 "-------------------------------------------------------------------------------