comparison src/version.c @ 31357:7fe2e5f8be42 v9.0.1012

patch 9.0.1012: tests may get stuck in buffer with swap file Commit: https://github.com/vim/vim/commit/fa2533c8bb96abcec29b9dc6bd4fe7054c7c7e50 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 5 20:58:04 2022 +0000 patch 9.0.1012: tests may get stuck in buffer with swap file Problem: Tests may get stuck in buffer with swap file. Solution: Bail out when bwipe! doesn't get another buffer.
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Dec 2022 22:00:04 +0100
parents 45a03dd92f28
children adb96415b5b7
comparison
equal deleted inserted replaced
31356:f39db32b3f7c 31357:7fe2e5f8be42
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 1012,
698 /**/ 700 /**/
699 1011, 701 1011,
700 /**/ 702 /**/
701 1010, 703 1010,
702 /**/ 704 /**/