summaryrefslogtreecommitdiff
path: root/src/proto/fold.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/fold.pro
parent03998f606a846e7995047b0356dbb9f515f5244c (diff)
downloadvim-git-b1c9198afb7ff902588b45fbe44f0760a9f48375.tar.gz
Vim 8.1 releasev8.1.0000
Update version number and information. Fix a couple of tests.
Diffstat (limited to 'src/proto/fold.pro')
-rw-r--r--src/proto/fold.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/fold.pro b/src/proto/fold.pro
index cda536b27..d8e349420 100644
--- a/src/proto/fold.pro
+++ b/src/proto/fold.pro
@@ -31,12 +31,12 @@ void foldInitWin(win_T *new_win);
int find_wl_entry(win_T *win, linenr_T lnum);
void foldAdjustVisual(void);
void foldAdjustCursor(void);
-void foldMoveRange(garray_T *gap, linenr_T line1, linenr_T line2, linenr_T dest);
void cloneFoldGrowArray(garray_T *from, garray_T *to);
void deleteFoldRecurse(garray_T *gap);
void foldMarkAdjust(win_T *wp, linenr_T line1, linenr_T line2, long amount, long amount_after);
int getDeepestNesting(void);
char_u *get_foldtext(win_T *wp, linenr_T lnum, linenr_T lnume, foldinfo_T *foldinfo, char_u *buf);
void foldtext_cleanup(char_u *str);
+void foldMoveRange(garray_T *gap, linenr_T line1, linenr_T line2, linenr_T dest);
int put_folds(FILE *fd, win_T *wp);
/* vim: set ft=c : */