Mercurial > vim
comparison src/version.c @ 12553:270aec277c81 v8.0.1155
patch 8.0.1155: Ruby command triggers a warning
commit https://github.com/vim/vim/commit/d1bc96ce2466ac1b4af4a2c36de455a1df318d1d
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Sep 26 21:21:44 2017 +0200
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)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 26 Sep 2017 21:30:04 +0200 |
parents | a69d3595d773 |
children | 55257baece9a |
comparison
equal
deleted
inserted
replaced
12552:572c4fe58bcf | 12553:270aec277c81 |
---|---|
759 NULL | 759 NULL |
760 }; | 760 }; |
761 | 761 |
762 static int included_patches[] = | 762 static int included_patches[] = |
763 { /* Add new patch number below this line */ | 763 { /* Add new patch number below this line */ |
764 /**/ | |
765 1155, | |
764 /**/ | 766 /**/ |
765 1154, | 767 1154, |
766 /**/ | 768 /**/ |
767 1153, | 769 1153, |
768 /**/ | 770 /**/ |