diff src/proto/mark.pro @ 13963:1174611ad715 v8.1.0000

Vim 8.1 release commit https://github.com/vim/vim/commit/b1c9198afb7ff902588b45fbe44f0760a9f48375 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 17 17:04:55 2018 +0200 Vim 8.1 release Update version number and information. Fix a couple of tests.
author Christian Brabandt <cb@256bit.org>
date Thu, 17 May 2018 17:15:08 +0200
parents 28ae299c6af0
children fe428bee74b3
line wrap: on
line diff
--- 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);