diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-11-05 02:47:22 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-11-05 22:45:48 +0100 |
commit | 72b1ce7f30f8bdc60ba6e2bcfd2eca5e687b6f3e (patch) | |
tree | 0d3c93afc250c95a74510825c6153b24a1ff06b8 /runtime/doc/eval.txt | |
parent | 1bbbd5f0ff27e75fd0d68f16cf1817cb19218bb4 (diff) | |
download | rneovim-72b1ce7f30f8bdc60ba6e2bcfd2eca5e687b6f3e.tar.gz rneovim-72b1ce7f30f8bdc60ba6e2bcfd2eca5e687b6f3e.tar.bz2 rneovim-72b1ce7f30f8bdc60ba6e2bcfd2eca5e687b6f3e.zip |
doc: fix/remove broken tag references
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index f03189485c..91986a9442 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -2925,7 +2925,7 @@ confirm({msg} [, {choices} [, {default} [, {type}]]]) made. It returns the number of the choice. For the first choice this is 1. - {msg} is displayed in a |dialog| with {choices} as the + {msg} is displayed in a dialog with {choices} as the alternatives. When {choices} is missing or empty, "&OK" is used (and translated). {msg} is a String, use '\n' to include a newline. Only on @@ -8560,7 +8560,7 @@ tag_old_static Compiled with support for old static tags |tag-old-static|. tag_any_white Compiled with support for any white characters in tags files |tag-any-white|. -termresponse Compiled with support for |t_RV| and |v:termresponse|. +termresponse Compiled with support for t_RV and |v:termresponse|. textobjects Compiled with support for |text-objects|. timers Compiled with |timer_start()| support. title Compiled with window title support |'title'|. |