commit | 188639d75c363dffaf813e8e2209f7350ad1e871 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 04 16:57:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 04 16:57:21 2022 +0100 |
tree | 5ad1a2954a8a4a821125a7f20e9667a85f3a6196 | |
parent | cc766a85f460ebb7f8c915508447548b5f5b99bc [diff] [blame] |
patch 8.2.4685: when a swap file is found for a popup there is no dialog Problem: When a swap file is found for a popup there is no dialog and the buffer is loaded anyway. Solution: Silently load the buffer read-only. (closes #10073)
diff --git a/src/version.c b/src/version.c index a7df559..930f92e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4685, +/**/ 4684, /**/ 4683,