comparison src/version.c @ 30910:6686e742a859 v9.0.0789

patch 9.0.0789: dummy buffer ends up in a window Commit: https://github.com/vim/vim/commit/8f3c3c6cd044e3b5bf08dbfa3b3f04bb3f711bad Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 18 17:05:54 2022 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Oct 2022 18:15:03 +0200
parents 11115c806541
children f22e31128548
comparison
equal deleted inserted replaced
30909:9196ce4981b1 30910:6686e742a859
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 789,
698 /**/ 700 /**/
699 788, 701 788,
700 /**/ 702 /**/
701 787, 703 787,
702 /**/ 704 /**/