summaryrefslogtreecommitdiffstats
path: root/src/proto/mark.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-05-17 17:04:55 +0200
committerBram Moolenaar <Bram@vim.org>2018-05-17 17:04:55 +0200
commitb1c9198afb7ff902588b45fbe44f0760a9f48375 (patch)
tree7e7c0e76cda65cf249ff3a2d4247b0c3e765205e /src/proto/mark.pro
parent03998f606a846e7995047b0356dbb9f515f5244c (diff)
Vim 8.1 releasev8.1.0000
Update version number and information. Fix a couple of tests.
Diffstat (limited to 'src/proto/mark.pro')
-rw-r--r--src/proto/mark.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/mark.pro b/src/proto/mark.pro
index 448b452739..623a0599e1 100644
--- a/src/proto/mark.pro
+++ b/src/proto/mark.pro
@@ -22,9 +22,9 @@ void ex_changes(exarg_T *eap);
void mark_adjust(linenr_T line1, linenr_T line2, long amount, long amount_after);
void mark_adjust_nofold(linenr_T line1, linenr_T line2, long amount, long amount_after);
void mark_col_adjust(linenr_T lnum, colnr_T mincol, long lnum_amount, long col_amount);
+void cleanup_jumplist(win_T *wp, int loadfiles);
void copy_jumplist(win_T *from, win_T *to);
void free_jumplist(win_T *wp);
-void cleanup_jumplist(win_T *wp, int loadfiles);
void set_last_cursor(win_T *win);
void free_all_marks(void);
int read_viminfo_filemark(vir_T *virp, int force);