forked from aniani/vim
updated for version 7.2-163
This commit is contained in:
@@ -6073,6 +6073,9 @@ ex_window()
|
|||||||
set_option_value((char_u *)"bt", 0L, (char_u *)"nofile", OPT_LOCAL);
|
set_option_value((char_u *)"bt", 0L, (char_u *)"nofile", OPT_LOCAL);
|
||||||
set_option_value((char_u *)"swf", 0L, NULL, OPT_LOCAL);
|
set_option_value((char_u *)"swf", 0L, NULL, OPT_LOCAL);
|
||||||
curbuf->b_p_ma = TRUE;
|
curbuf->b_p_ma = TRUE;
|
||||||
|
#ifdef FEAT_FOLDING
|
||||||
|
curwin->w_p_fen = FALSE;
|
||||||
|
#endif
|
||||||
# ifdef FEAT_RIGHTLEFT
|
# ifdef FEAT_RIGHTLEFT
|
||||||
curwin->w_p_rl = cmdmsg_rl;
|
curwin->w_p_rl = cmdmsg_rl;
|
||||||
cmdmsg_rl = FALSE;
|
cmdmsg_rl = FALSE;
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
163,
|
||||||
/**/
|
/**/
|
||||||
162,
|
162,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user