1
0
forked from aniani/vim

updated for version 7.1-200

This commit is contained in:
Bram Moolenaar
2008-01-04 15:01:07 +00:00
parent 066b62206f
commit 383c6f5579
3 changed files with 4 additions and 2 deletions

View File

@@ -9765,7 +9765,7 @@ makeopens(fd, dirnow)
win_T *tab_firstwin;
frame_T *tab_topframe;
int cur_arg_idx = 0;
int next_arg_idx;
int next_arg_idx = 0;
if (ssop_flags & SSOP_BUFFERS)
only_save_windows = FALSE; /* Save ALL buffers */