Commit e497a6d
committed
BUG: No prompt for session auto-load when unloaded buffers exist.
When file marks (e.g. 'A) cause unloaded buffers to exist on startup, the question for session auto-load isn't brought up.
bufnr('$') == 1 isn't a correct check; one needs to go through all existing buffers and check for listed ones that aren't the current one.1 parent 8e124c9 commit e497a6d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| |||
0 commit comments