]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0945: cannot use "z=" when 'spell' is off v8.2.0945
authorBram Moolenaar <Bram@vim.org>
Wed, 10 Jun 2020 13:32:08 +0000 (15:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 10 Jun 2020 13:32:08 +0000 (15:32 +0200)
commit152e79e94bb935e75b866bd55479648cde11066a
tree013f7b9ea813add2da55944bdbdb8dc83e9469f6
parent253ea9fa42278faa064f2590a5c0de46dc903a17
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)
runtime/doc/eval.txt
src/evalfunc.c
src/globals.h
src/spell.c
src/spellsuggest.c
src/testdir/test_spell.vim
src/version.c