summaryrefslogtreecommitdiffstats
path: root/src/proto/mark.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-31 15:41:57 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-31 15:41:57 +0200
commitcfb4b47de08e4437c692d382067dc1692cd83c23 (patch)
tree351716a60d481c4bf2b437d095875b2353b7840f /src/proto/mark.pro
parentaaad995f8384a77a64efba6846c9c4ac99de0953 (diff)
patch 8.2.0861: cannot easily get all the current marksv8.2.0861
Problem: Cannot easily get all the current marks. Solution: Add getmarklist(). (Yegappan Lakshmanan, closes #6032)
Diffstat (limited to 'src/proto/mark.pro')
-rw-r--r--src/proto/mark.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/mark.pro b/src/proto/mark.pro
index a28fa9a378..cc45f0d3c3 100644
--- a/src/proto/mark.pro
+++ b/src/proto/mark.pro
@@ -27,4 +27,5 @@ void free_jumplist(win_T *wp);
void set_last_cursor(win_T *win);
void free_all_marks(void);
xfmark_T *get_namedfm(void);
+void f_getmarklist(typval_T *argvars, typval_T *rettv);
/* vim: set ft=c : */