summaryrefslogtreecommitdiff
path: root/src/proto/fold.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2004-10-11 10:06:20 +0000
committerBram Moolenaar <Bram@vim.org>2004-10-11 10:06:20 +0000
commit7171abea1ad8d33cce89a9664873417187139a53 (patch)
tree491426309f8e38304d96b55b7ac5ab6bdaefcc6b /src/proto/fold.pro
parent349b2f643a5e840facf42942d37d47c5b37c1292 (diff)
downloadvim-git-7171abea1ad8d33cce89a9664873417187139a53.tar.gz
updated for version 7.0018
Diffstat (limited to 'src/proto/fold.pro')
-rw-r--r--src/proto/fold.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/fold.pro b/src/proto/fold.pro
index 75af30563..3318bbde7 100644
--- a/src/proto/fold.pro
+++ b/src/proto/fold.pro
@@ -35,6 +35,7 @@ void cloneFoldGrowArray __ARGS((garray_T *from, garray_T *to));
void deleteFoldRecurse __ARGS((garray_T *gap));
void foldMarkAdjust __ARGS((win_T *wp, linenr_T line1, linenr_T line2, long amount, long amount_after));
int getDeepestNesting __ARGS((void));
+char_u *get_foldtext __ARGS((win_T *wp, linenr_T lnum, linenr_T lnume, foldinfo_T *foldinfo, char_u *buf));
void foldtext_cleanup __ARGS((char_u *str));
int put_folds __ARGS((FILE *fd, win_T *wp));
/* vim: set ft=c : */