diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-07-30 09:01:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 09:01:35 -0400 |
commit | 74a38c03c0e1d0668d3cdcf32e706da2a6332efb (patch) | |
tree | 19122abd2affacb6919cc7b5b17d07b7da887a53 /src/nvim/eval.lua | |
parent | d628e4250fc5f7dfc3fe1bd537ce38b6171c138c (diff) | |
parent | 870c43c02341e5fcf51480ed168ae935a7d82fc5 (diff) | |
download | rneovim-74a38c03c0e1d0668d3cdcf32e706da2a6332efb.tar.gz rneovim-74a38c03c0e1d0668d3cdcf32e706da2a6332efb.tar.bz2 rneovim-74a38c03c0e1d0668d3cdcf32e706da2a6332efb.zip |
Merge pull request #14744 from janlazo/vim-8.2.2957
vim-patch:8.2.2957: using getchar() in Vim9 script is problematic
Diffstat (limited to 'src/nvim/eval.lua')
-rw-r--r-- | src/nvim/eval.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua index 33c6fae5cf..eb20cd1bc8 100644 --- a/src/nvim/eval.lua +++ b/src/nvim/eval.lua @@ -136,6 +136,7 @@ return { getchar={args={0, 1}}, getcharmod={}, getcharsearch={}, + getcharstr={args={0, 1}}, getcmdline={}, getcmdpos={}, getcmdtype={}, |