1
0
forked from aniani/vim

patch 9.0.0789: dummy buffer ends up in a window

Problem:    Dummy buffer ends up in a window.
Solution:   Disallow navigating to a dummy buffer.
This commit is contained in:
Bram Moolenaar
2022-10-18 17:05:54 +01:00
parent 61c4b04799
commit 8f3c3c6cd0
3 changed files with 29 additions and 0 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
789,
/**/
788,
/**/