sjbach / lusty

LustyExplorer / LustyJuggler for Vim
http://www.vim.org/scripts/script.php?script_id=1890
256 stars 30 forks source link

Ruby 2.4 deprecates Fixnum, match Integer first. #108

Closed lilydjwg closed 7 years ago

lilydjwg commented 7 years ago

This avoids the warning.

sjbach commented 7 years ago

Thanks for the patch. Looks like it includes some unintended changes - can you verify?

lilydjwg commented 7 years ago

I've run make, and those generated files changed a lot. Should I remove them (and maybe run make in another commit)?

sjbach commented 7 years ago

If I run make clean and make again in your branch, the unwanted part of the diff goes away. (I.e. the only part of the diff in autoload/lustyjuggler.vim that is retained is the when Integer check.) How about for you?

lilydjwg commented 7 years ago

I've fixed that.

sjbach commented 7 years ago

Great. Merged, thanks for the fix. :-)