]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.1094 v7.3.1094
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Jun 2013 14:34:21 +0000 (16:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Jun 2013 14:34:21 +0000 (16:34 +0200)
commit307aa16a6958e5aa76c7c9f6e3f1b47faf8c50d2
treeed965bd95dbb10ae15ae34373f00bc9405d0fbc2
parentb122e9798e058645ab3936eb12e02bd61403ac33
updated for version 7.3.1094
Problem:    New regexp engine: Attempts to match "^" at every character.
Solution:   Only try "^" at the start of a line.
src/regexp_nfa.c
src/version.c