commit | b6c8cd8dc3fbbe9da1180ce1b75f2252df2c1318 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 24 05:41:30 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 24 05:41:30 2018 +0200 |
tree | 81d15376101891aa70cd6dc0a57a7c0c3bbf2cc7 | |
parent | 7624af02948de881eb5294fe5d266b948404d489 [diff] [blame] |
patch 8.1.0209: stderr output from Ruby messes up display Problem: Stderr output from Ruby messes up display. Solution: Turn the stderr output into a Vim message. (Masataka Pocke Kuwabara, closes #3238)
diff --git a/src/version.c b/src/version.c index e345fed..2db4044 100644 --- a/src/version.c +++ b/src/version.c
@@ -794,6 +794,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 209, +/**/ 208, /**/ 207,