commit | 6c53fca02301ff871cddc1c74c388e23e53a424a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 23 17:34:46 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 23 17:34:46 2020 +0200 |
tree | a4cec7dd695a51465d06922b5c18a30d6b45509b | |
parent | 430deb1945cbc7a17ed42c5c737fc08d2eef327a [diff] [blame] |
patch 8.2.1517: cannot easily get the character under the cursor Problem: Cannot easily get the character under the cursor. Solution: Add the {chars} argument to strpart().
diff --git a/src/version.c b/src/version.c index 4c2794a..9eb448b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1517, +/**/ 1516, /**/ 1515,