commit | c3c3e698966fac86dee94799b70947defb85440d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 26 22:30:33 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 26 22:30:33 2018 +0200 |
tree | 74b6db9a4e48e95d1f8ae0d56b8e6c599554c181 | |
parent | db0eedec16621854c772760d02427804bc0a298d [diff] [blame] |
patch 8.0.1766: expanding abbreviation doesn't work Problem: Expanding abbreviation doesn't work. (Tooth Pik) Solution: Return OK instead of FALSE and FAIL instead of TRUE. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index f80e22a..a79e38b 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1766, +/**/ 1765, /**/ 1764,