commit | 3d945cc925dddb99a1ee86ec194b5b95221c72d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 06 21:26:59 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 06 21:26:59 2020 +0200 |
tree | e230431d1d100e919b270379df23d19c52ffef5d | |
parent | ae95a3946b012d4e68bcb20b28f691f6d3b9caaf [diff] [blame] |
patch 8.2.1380: Vim9: return type of getreg() is always a string Problem: Vim9: return type of getreg() is always a string. Solution: Use list of strings when there are three arguments. (closes #6633)
diff --git a/src/version.c b/src/version.c index 2ae04a9..3b5fedc 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1380, +/**/ 1379, /**/ 1378,