aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-02-20 23:50:44 -0800
committerGitHub <noreply@github.com>2020-02-20 23:50:44 -0800
commitc8ea09248bc9a801ce79d9ef40dffcabeb156ec2 (patch)
treef94142cf8e46ebb37c430967e8fe09e3098dd91c /src/nvim/eval.lua
parent9897ad3606a780c764ed7382a80425af613a7c63 (diff)
parent7ed4837298414488e238763953d40a4c7f2d7976 (diff)
downloadrneovim-c8ea09248bc9a801ce79d9ef40dffcabeb156ec2.tar.gz
rneovim-c8ea09248bc9a801ce79d9ef40dffcabeb156ec2.tar.bz2
rneovim-c8ea09248bc9a801ce79d9ef40dffcabeb156ec2.zip
Merge #11914 'vim-patch:8.1.{1122,1868}'
Diffstat (limited to 'src/nvim/eval.lua')
-rw-r--r--src/nvim/eval.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua
index 17d9cc56aa..4654f8cef6 100644
--- a/src/nvim/eval.lua
+++ b/src/nvim/eval.lua
@@ -214,6 +214,7 @@ return {
line={args=1},
line2byte={args=1},
lispindent={args=1},
+ list2str={args={1, 2}},
localtime={},
log={args=1, func="float_op_wrapper", data="&log"},
log10={args=1, func="float_op_wrapper", data="&log10"},
@@ -321,6 +322,7 @@ return {
sqrt={args=1, func="float_op_wrapper", data="&sqrt"},
stdpath={args=1},
str2float={args=1},
+ str2list={args={1, 2}},
str2nr={args={1, 2}},
strcharpart={args={2, 3}},
strchars={args={1,2}},