commit | d1bc96ce2466ac1b4af4a2c36de455a1df318d1d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 26 21:21:44 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 26 21:21:44 2017 +0200 |
tree | 1fc37ae25c103461612a4c34d313684283918811 | |
parent | 1b38344e00af65df12946fffda7f3201621c35ef [diff] [blame] |
patch 8.0.1155: Ruby command triggers a warning Problem: Ruby command triggers a warning when RUBYOPT is set to "-w". Solution: use "-e_=0" instead of "-e0". (Masataka Pocke Kuwabara, closes #2143)
diff --git a/src/version.c b/src/version.c index d38664c..ba4f56a 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1155, +/**/ 1154, /**/ 1153,