]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1305 v7.4.1305
authorBram Moolenaar <Bram@vim.org>
Fri, 12 Feb 2016 18:08:15 +0000 (19:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 12 Feb 2016 18:08:15 +0000 (19:08 +0100)
commit7c29f387819b5817b003d2ba73e2b5cf3cb3d0dd
treedddf01998f1273012d96d067bbd92828606da23c
parent7823a3bd2eed6ff9e544d201de96710bd5344aaf
patch 7.4.1305
Problem:    "\%1l^#.*" does not match on a line starting with "#".
Solution:   Do not clear the start-of-line flag. (Christian Brabandt)
src/regexp.c
src/regexp_nfa.c
src/testdir/test36.in
src/testdir/test36.ok
src/version.c