mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.2-104
This commit is contained in:
@@ -2707,7 +2707,12 @@ do_write(eap)
|
|||||||
if (eap->cmdidx == CMD_saveas)
|
if (eap->cmdidx == CMD_saveas)
|
||||||
{
|
{
|
||||||
if (retval == OK)
|
if (retval == OK)
|
||||||
|
{
|
||||||
curbuf->b_p_ro = FALSE;
|
curbuf->b_p_ro = FALSE;
|
||||||
|
#ifdef FEAT_WINDOWS
|
||||||
|
redraw_tabline = TRUE;
|
||||||
|
#endif
|
||||||
|
}
|
||||||
/* Change directories when the 'acd' option is set. */
|
/* Change directories when the 'acd' option is set. */
|
||||||
DO_AUTOCHDIR
|
DO_AUTOCHDIR
|
||||||
}
|
}
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
104,
|
||||||
/**/
|
/**/
|
||||||
103,
|
103,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user