commit | edd680f3649c47d7ed5818e356e7c47f874f5cf8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 14:23:48 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 14:23:48 2019 +0200 |
tree | d6300f8f16e47c134a18ec6b384cf785af016e29 | |
parent | 72e1b39111389001a20fbe8aa344ce2fe0a7e1a4 [diff] [blame] |
patch 8.1.1797: the vgetorpeek() function is too long Problem: The vgetorpeek() function is too long. Solution: Split off the part that handles mappings, with fix.
diff --git a/src/version.c b/src/version.c index 2b91490..c3af73a 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1797, +/**/ 1796, /**/ 1795,