comparison src/version.c @ 24723:5194fba32954 v8.2.2900

patch 8.2.2900: QuitPre is triggered before :wq writes the file Commit: https://github.com/vim/vim/commit/1174b018a6d705ddb8c04f3d21f78ae760aa0856 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 29 14:30:43 2021 +0200 patch 8.2.2900: QuitPre is triggered before :wq writes the file Problem: QuitPre is triggered before :wq writes the file, which is different from other commands. Solution: Trigger QuitPre after writing the file. (closes #8279)
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 May 2021 14:45:03 +0200
parents 8a3659f78064
children 3cdbce5ba73f
comparison
equal deleted inserted replaced
24722:4ed9b809e556 24723:5194fba32954
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2900,
753 /**/ 755 /**/
754 2899, 756 2899,
755 /**/ 757 /**/
756 2898, 758 2898,
757 /**/ 759 /**/