diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-11-03 17:04:43 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-11-03 17:04:43 +0000 |
commit | eda6eb9f003989cf8f1303a2313672c8e77782ff (patch) | |
tree | c6e225953641f60b394235ec2caf72ee3fd5b5fc /src/fold.c | |
parent | bb6a705451c0a429dc8dba05787880fa2df0288d (diff) | |
download | vim-git-eda6eb9f003989cf8f1303a2313672c8e77782ff.tar.gz |
updated for version 7.2-282v7.2.282
Diffstat (limited to 'src/fold.c')
-rw-r--r-- | src/fold.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fold.c b/src/fold.c index 5f89de826..2898c01df 100644 --- a/src/fold.c +++ b/src/fold.c @@ -2851,6 +2851,8 @@ foldSplit(gap, i, top, bot) fp[1].fd_top = bot + 1; fp[1].fd_len = fp->fd_len - (fp[1].fd_top - fp->fd_top); fp[1].fd_flags = fp->fd_flags; + fp[1].fd_small = MAYBE; + fp->fd_small = MAYBE; /* Move nested folds below bot to new fold. There can't be * any between top and bot, they have been removed by the caller. */ |