commit | 059db5c29ffef283a4b90bab9228708fa32e3dd2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 15 22:42:23 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 15 22:42:23 2017 +0200 |
tree | d4f99d4adfd04a43311d54baae75f8a803519a34 | |
parent | 44cc4cf72fdd12cd9a779031d443aac4254d51ae [diff] [blame] |
patch 8.0.1202: :wall gives an errof for a terminal window Problem: :wall gives an errof for a terminal window. (Marius Gedminas) Solution: Don't try writing a buffer that can't be written. (Yasuhiro Matsumoto, closes #2190)
diff --git a/src/version.c b/src/version.c index edc29cc..0f4d23b 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1202, +/**/ 1201, /**/ 1200,