commit | 862f1e17eaf2b9c6617dfba31d8487cde462658d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 10 22:33:41 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 10 22:33:41 2019 +0200 |
tree | 83d78e9b52ac6261ca0d157fffdd486d28c2cec0 | |
parent | 8f130eda4747e4a4d68353cdb650f359fd01469b [diff] [blame] |
patch 8.1.1144: too strict checking of the 'spellfile' option Problem: Too strict checking of the 'spellfile' option. Solution: Allow for a path.
diff --git a/src/version.c b/src/version.c index 3e0e95f..1ffc751 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1144, +/**/ 1143, /**/ 1142,