comparison src/version.c @ 30106:0e9b58353412 v9.0.0389

patch 9.0.0389: crash when 'tagfunc' closes the window Commit: https://github.com/vim/vim/commit/ccfde4d028e891a41e3548323c3d47b06fb0b83e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 5 19:51:13 2022 +0100 patch 9.0.0389: crash when 'tagfunc' closes the window Problem: Crash when 'tagfunc' closes the window. Solution: Bail out when the window was closed.
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Sep 2022 21:00:03 +0200
parents dd97e797fffb
children 0352577f1ba5
comparison
equal deleted inserted replaced
30105:d4352c59cedb 30106:0e9b58353412
701 NULL 701 NULL
702 }; 702 };
703 703
704 static int included_patches[] = 704 static int included_patches[] =
705 { /* Add new patch number below this line */ 705 { /* Add new patch number below this line */
706 /**/
707 389,
706 /**/ 708 /**/
707 388, 709 388,
708 /**/ 710 /**/
709 387, 711 387,
710 /**/ 712 /**/