aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-07-27 22:56:05 +0200
committerGitHub <noreply@github.com>2019-07-27 22:56:05 +0200
commit8e6b0a73c91bb8650e21f56183c7fa83f6fb312f (patch)
treeac70d41d2179452b01fd618afeb6d0e39be26576 /src/nvim/eval.lua
parent0e23ee3cc77960f5348dfa6eeb56e97432019126 (diff)
parentb6278bbf12dd4946095b76f47b7c2ace3f929245 (diff)
downloadrneovim-8e6b0a73c91bb8650e21f56183c7fa83f6fb312f.tar.gz
rneovim-8e6b0a73c91bb8650e21f56183c7fa83f6fb312f.tar.bz2
rneovim-8e6b0a73c91bb8650e21f56183c7fa83f6fb312f.zip
Merge #10619 'API: context'
Diffstat (limited to 'src/nvim/eval.lua')
-rw-r--r--src/nvim/eval.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua
index 089b08d5d1..0b77a24f7a 100644
--- a/src/nvim/eval.lua
+++ b/src/nvim/eval.lua
@@ -74,6 +74,11 @@ return {
cosh={args=1, func="float_op_wrapper", data="&cosh"},
count={args={2, 4}},
cscope_connection={args={0, 3}},
+ ctxget={args={0, 1}},
+ ctxpop={},
+ ctxpush={args={0, 1}},
+ ctxset={args={1, 2}},
+ ctxsize={},
cursor={args={1, 3}},
deepcopy={args={1, 2}},
delete={args={1,2}},