commit | 1174b018a6d705ddb8c04f3d21f78ae760aa0856 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 29 14:30:43 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 29 14:30:43 2021 +0200 |
tree | 1e7acb70f37f5755f15f001499dec24355304e9e | |
parent | f89be8de14cc9055d12f7b0f2c270a5bc09fc86c [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 9e3ba0f..4223259 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2900, +/**/ 2899, /**/ 2898,