aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2016-09-04 02:50:50 +0300
committerZyX <kp-pav@yandex.ru>2017-03-29 10:08:05 +0300
commit5df35297f832b3247c18253c916be6066c603739 (patch)
treed991830be05ace5b0b92ca8a0ff49eeb3e72dc60 /runtime
parentc8e63a8db84e9d9f7bd855085a87d93631504fc7 (diff)
downloadrneovim-5df35297f832b3247c18253c916be6066c603739.tar.gz
rneovim-5df35297f832b3247c18253c916be6066c603739.tar.bz2
rneovim-5df35297f832b3247c18253c916be6066c603739.zip
eval: Remove eval_expr() completely
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/if_pyth.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt
index f2a7d91bb7..6321175420 100644
--- a/runtime/doc/if_pyth.txt
+++ b/runtime/doc/if_pyth.txt
@@ -181,11 +181,6 @@ vim.eval(str) *python-eval*
# string.atoi() to convert to
# a number.
- :py tagList = vim.eval('taglist("eval_expr")')
-< The latter will return a python list of python dicts, for instance:
- [{'cmd': '/^eval_expr(arg, nextcmd)$/', 'static': 0, 'name':
- 'eval_expr', 'kind': 'f', 'filename': './src/eval.c'}]
-
vim.bindeval(str) *python-bindeval*
Like |python-eval|, but returns special objects described in
|python-bindeval-objects|. These python objects let you modify (|List|