commit | 798184cc67036285a24b38c0bf6668d4d1525548 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 20:48:39 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 20:48:39 2018 +0200 |
tree | 5023810fbf17cd648251841bd67ff50f65a34c38 | |
parent | c0543e145fdd29739ac887e71ab96c50282066cd [diff] [blame] |
patch 8.1.0463: "simalt ~x" in .vimrc blocks swap file prompt Problem: "simalt ~x" in .vimrc blocks swap file prompt. Solution: Flush buffers before prompting. (Yasuhiro Matsumoto, closes #3518, closes #2192)
diff --git a/src/version.c b/src/version.c index 103483a..90588ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 463, +/**/ 462, /**/ 461,