1
0
forked from aniani/vim

updated for version 7.3.014

Problem:    Ending a line in a backslash inside an ":append" or ":insert"
            command in Ex mode doesn't work properly. (Ray Frush)
Solution:   Halve the number of backslashes, only insert a NUL after an odd
            number of backslashes.
This commit is contained in:
Bram Moolenaar
2010-09-29 15:50:30 +02:00
parent f9b5ef8c88
commit 417f5e7f11
2 changed files with 26 additions and 8 deletions

View File

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