0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0200

This commit is contained in:
Bram Moolenaar
2006-02-17 21:45:41 +00:00
parent f740b29ae2
commit 49d7bf13e0
6 changed files with 356 additions and 214 deletions

View File

@@ -1353,7 +1353,8 @@ enter_buffer(buf)
++curbuf->b_nwindows;
#ifdef FEAT_DIFF
diff_new_buffer();
if (curwin->w_p_diff)
diff_buf_add(curbuf);
#endif
/* Cursor on first line by default. */
@@ -4175,7 +4176,7 @@ do_arg_all(count, forceit)
#endif
}
#ifdef FEAT_WINDOWS
if (firstwin == lastwin) /* can't close last window */
if (firstwin == lastwin) /* don't close last window */
#endif
use_firstwin = TRUE;
#ifdef FEAT_WINDOWS