commit | d1f76afaf963be706697279ab0570ffcb8a1f2fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 13 22:37:34 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 13 22:37:34 2020 +0200 |
tree | 532a79e2835b838c2353f624e1ab1dba311c2f5d | |
parent | 4d170af0a9379da64d67dc3fa7cc7297956c6f52 [diff] [blame] |
patch 8.2.1678: crash when using ":set" after ":ownsyntax" Problem: Crash when using ":set" after ":ownsyntax". Solution: Make sure 'spelloptions' is not NULL. (closes #6950)
diff --git a/src/version.c b/src/version.c index 0d0ea4d..a59b82d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1678, +/**/ 1677, /**/ 1676,