updated for version 7.3.1153 v7.3.1153
authorBram Moolenaar <Bram@vim.org>
Sun, 9 Jun 2013 14:24:45 +0000 (16:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 9 Jun 2013 14:24:45 +0000 (16:24 +0200)
commit2a4e98ac1ef8c86232f51f1c7079a192eecdea82
treec6913b4af221b15f6c107cf16ff2c442d062dd87
parenta940aa6fc44c18e012bf66e1f2569c046132d509
updated for version 7.3.1153
Problem:    New regexp engine: Some look-behind matches are very expensive.
Solution:   Pospone invisible matches further, until a match is almost found.
src/regexp_nfa.c
src/version.c