commit | b3ea36c5bcb88b6a05a66347eedd461e9385103f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 23 21:46:32 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 23 21:46:32 2020 +0200 |
tree | ee2ade78ab07ba893a19a4617ee5a4bd61cba9f0 | |
parent | c2af0afff5c44969ad7611ec2d47d0f52087fa7f [diff] [blame] |
patch 8.2.1520: Vim9: CTRL-] used in :def function does not work Problem: Vim9: CTRL-] used in :def function does not work. Solution: Omit count or prepend colon. (closes #6769)
diff --git a/src/version.c b/src/version.c index 421e4a6..41e9188 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1520, +/**/ 1519, /**/ 1518,