commit | 152e79e94bb935e75b866bd55479648cde11066a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 15:32:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 15:32:08 2020 +0200 |
tree | 013f7b9ea813add2da55944bdbdb8dc83e9469f6 | |
parent | 253ea9fa42278faa064f2590a5c0de46dc903a17 [diff] [blame] |
patch 8.2.0945: cannot use "z=" when 'spell' is off Problem: Cannot use "z=" when 'spell' is off. Solution: Make "z=" work even when 'spell' is off. (Christian Brabandt, Gary Johnson, closes #6227)
diff --git a/src/version.c b/src/version.c index e084817..30106ff 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 945, +/**/ 944, /**/ 943,