commit | 134bf07ca0e28addeeb67edc4fceeba00388d7fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 25 18:54:24 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 25 18:54:24 2013 +0200 |
tree | a1fe5bab61e9213485af6502691233aee6992d6f | |
parent | f211884fa151a3c39b1a85a115d6d88ce85bbe54 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 08220ef..c7b7332 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 38, +/**/ 37, /**/ 36,