commit | 1daedc838126bf6fe30221192cfe36aa1b56b454 | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Bj=C3=B6rn=20Linse?= <bjorn.linse@gmail.com> | Fri Dec 10 20:39:17 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 10 20:39:17 2021 +0000 |
tree | c95c567c4f7c14f83f62f50d3b4fedf429e28ae9 | |
parent | f8e9eb8e173bf0ff9560192ae888941ef8302269 [diff] [blame] |
patch 8.2.3777: spell file write error not checked Problem: Spell file write error not checked. Solution: Check writing the prefix conditions. (Bjorn Linse, closes #9323)
diff --git a/src/version.c b/src/version.c index 03dee7e..1688db9 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3777, +/**/ 3776, /**/ 3775,