diff options
| author | Daniel Hahler <git@thequod.de> | 2019-07-28 11:48:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-28 11:48:07 +0200 |
| commit | 256608a13b267725929b49ec6578ac81d026b793 (patch) | |
| tree | 8c034d26f774ad1c933ea2b75c9c133342b244fb /runtime/doc | |
| parent | b5c44b66eb05b6489105e023764aa07cb5f8c18f (diff) | |
| download | rneovim-256608a13b267725929b49ec6578ac81d026b793.tar.gz rneovim-256608a13b267725929b49ec6578ac81d026b793.tar.bz2 rneovim-256608a13b267725929b49ec6578ac81d026b793.zip | |
vim-patch:b1c9198af (#10634)
Vim 8.1 release
Update version number and information. Fix a couple of tests.
https://github.com/vim/vim/commit/b1c9198afb7ff902588b45fbe44f0760a9f48375
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/eval.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index cfcfa8e929..25e869e2c9 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -2229,8 +2229,6 @@ msgpackdump({list}) List dump a list of objects to msgpack msgpackparse({list}) List parse msgpack to a list of objects nextnonblank({lnum}) Number line nr of non-blank line >= {lnum} nr2char({expr}[, {utf8}]) String single char with ASCII/UTF8 value {expr} -option_restore({list}) none restore options saved by option_save() -option_save({list}) List save options values nvim_...({args}...) any call nvim |api| functions or({expr}, {expr}) Number bitwise OR pathshorten({expr}) String shorten directory names in a path |