commit | cfb4b47de08e4437c692d382067dc1692cd83c23 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 31 15:41:57 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 31 15:41:57 2020 +0200 |
tree | 351716a60d481c4bf2b437d095875b2353b7840f | |
parent | aaad995f8384a77a64efba6846c9c4ac99de0953 [diff] [blame] |
patch 8.2.0861: cannot easily get all the current marks Problem: Cannot easily get all the current marks. Solution: Add getmarklist(). (Yegappan Lakshmanan, closes #6032)
diff --git a/src/version.c b/src/version.c index f63cb0c..d1ebe5b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 861, +/**/ 860, /**/ 859,