mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
updated for version 7.2-282
This commit is contained in:
parent
bb6a705451
commit
eda6eb9f00
@ -2851,6 +2851,8 @@ foldSplit(gap, i, top, bot)
|
|||||||
fp[1].fd_top = bot + 1;
|
fp[1].fd_top = bot + 1;
|
||||||
fp[1].fd_len = fp->fd_len - (fp[1].fd_top - fp->fd_top);
|
fp[1].fd_len = fp->fd_len - (fp[1].fd_top - fp->fd_top);
|
||||||
fp[1].fd_flags = fp->fd_flags;
|
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
|
/* Move nested folds below bot to new fold. There can't be
|
||||||
* any between top and bot, they have been removed by the caller. */
|
* any between top and bot, they have been removed by the caller. */
|
||||||
|
@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
282,
|
||||||
/**/
|
/**/
|
||||||
281,
|
281,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user