aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-01 14:08:45 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-01 14:22:52 -0400
commitb16c7c515c34d2f695a595527594325abc6a640b (patch)
treed539446f64bc19dbb6fe1ba1f2cbbf965d574c5f /runtime/doc/eval.txt
parentb084f49496c91f8f16dced5850774221921c1667 (diff)
downloadrneovim-b16c7c515c34d2f695a595527594325abc6a640b.tar.gz
rneovim-b16c7c515c34d2f695a595527594325abc6a640b.tar.bz2
rneovim-b16c7c515c34d2f695a595527594325abc6a640b.zip
vim-patch:4f4d51a942cc
Update runtime files. https://github.com/vim/vim/commit/4f4d51a942cc2c6b3e936ee0f93f00c2d000065c Omit "??" operator. Patches v8.2.1794,v8.2.1798 are not ported yet.
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index f41c499f88..fafe701d18 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -2891,6 +2891,8 @@ byteidxcomp({expr}, {nr}) *byteidxcomp()*
< The first and third echo result in 3 ('e' plus composing
character is 3 bytes), the second echo results in 1 ('e' is
one byte).
+ Only works differently from byteidx() when 'encoding' is set to
+ a Unicode encoding.
call({func}, {arglist} [, {dict}]) *call()* *E699*
Call function {func} with the items in |List| {arglist} as