mirror of
https://github.com/neovim/neovim.git
synced 2026-07-30 04:18:02 +00:00
vim-patch:8.1.1056: no eval function for Ruby
Problem: No eval function for Ruby.
Solution: Add rubyeval(). (Ozaki Kiichi, closes vim/vim#4152)
e99be0e6d2
This commit is contained in:
@@ -275,6 +275,7 @@ return {
|
||||
rpcrequest={args=varargs(2)},
|
||||
rpcstart={args={1, 2}},
|
||||
rpcstop={args=1},
|
||||
rubyeval={args=1},
|
||||
screenattr={args=2},
|
||||
screenchar={args=2},
|
||||
screencol={},
|
||||
|
||||
Reference in New Issue
Block a user