1
0
forked from aniani/vim

updated for version 7.3.796

Problem:    "/[^\n]" does match at a line break.
Solution:   Make it do the same as "/.". (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2013-01-30 18:21:51 +01:00
parent d214221375
commit e337e5f634
4 changed files with 9 additions and 4 deletions

View File

@@ -725,6 +725,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
796,
/**/
795,
/**/