]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1155: Ruby command triggers a warning v8.0.1155
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Sep 2017 19:21:44 +0000 (21:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Sep 2017 19:21:44 +0000 (21:21 +0200)
commitd1bc96ce2466ac1b4af4a2c36de455a1df318d1d
tree1fc37ae25c103461612a4c34d313684283918811
parent1b38344e00af65df12946fffda7f3201621c35ef
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)
src/if_ruby.c
src/version.c