1
0
forked from aniani/vim

updated for version 7.3.851

Problem:    Using an empty pattern with :sort silently continues when there is
            no previous search pattern.
Solution:   Give an error message.
This commit is contained in:
Bram Moolenaar
2013-03-07 16:41:30 +01:00
parent 60abe75379
commit 210f3704f7
2 changed files with 10 additions and 1 deletions

View File

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