commit | 6106504e9edc8500131f7a36e59bc146f90180fa | [log] [tgz] |
---|---|---|
author | mityu <mityu.mail@gmail.com> | Mon Jul 19 20:07:21 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 19 20:07:21 2021 +0200 |
tree | 69249dd7c9375375cb414ea31e3b5523e8947344 | |
parent | 98c2eaed27579602e05e7b96aa3a60428a8b9cb2 [diff] [blame] |
patch 8.2.3184: cannot add a digraph with a leading space Problem: Cannot add a digraph with a leading space. It is not easy to list existing digraphs. Solution: Add setdigraph(), setdigraphlist(), getdigraph() and getdigraphlist(). (closes #8580)
diff --git a/src/version.c b/src/version.c index a1f79b6..c6e3faf 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3184, +/**/ 3183, /**/ 3182,