commit | 71ef1ba5e996f34d3e0acbe1d89c4c6bfa5e98ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 21 12:07:04 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 21 12:07:04 2018 +0200 |
tree | a8974af28b190490a3420216ff5b86da7a92df67 | |
parent | 4551c0a9fcdbdef52836d4852686d54b5e47fdaf [diff] [blame] |
patch 8.1.0092: prompt buffer test fails Problem: Prompt buffer test fails. Solution: Set 'nomodified' before closing the window. (Ozaki Kiichi, closes #3051
diff --git a/src/version.c b/src/version.c index 3fcdb73..80a3c2c 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 92, +/**/ 91, /**/ 90,