1
0
forked from aniani/vim

updated for version 7.4.038

Problem:    Using "zw" and "zg" when 'spell' is off give a confusing error
            message. (Gary Johnson)
Solution:   Ignore the error when locating the word.  Explicitly mention what
            word was added. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2013-09-25 18:54:24 +02:00
parent f211884fa1
commit 134bf07ca0
3 changed files with 11 additions and 4 deletions

View File

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