comparison src/proto/mark.pro @ 20615:8eed1e9389bb v8.2.0861

patch 8.2.0861: cannot easily get all the current marks Commit: https://github.com/vim/vim/commit/cfb4b47de08e4437c692d382067dc1692cd83c23 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 31 15:41:57 2020 +0200 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 https://github.com/vim/vim/issues/6032)
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 May 2020 15:45:04 +0200
parents f89e2e720b5b
children
comparison
equal deleted inserted replaced
20614:78caf677340d 20615:8eed1e9389bb
25 void copy_jumplist(win_T *from, win_T *to); 25 void copy_jumplist(win_T *from, win_T *to);
26 void free_jumplist(win_T *wp); 26 void free_jumplist(win_T *wp);
27 void set_last_cursor(win_T *win); 27 void set_last_cursor(win_T *win);
28 void free_all_marks(void); 28 void free_all_marks(void);
29 xfmark_T *get_namedfm(void); 29 xfmark_T *get_namedfm(void);
30 void f_getmarklist(typval_T *argvars, typval_T *rettv);
30 /* vim: set ft=c : */ 31 /* vim: set ft=c : */