diff options
author | ZyX <kp-pav@yandex.ru> | 2017-04-08 21:24:15 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-05-10 15:52:49 +0300 |
commit | 475cd8f0750e16863ab049b3a192a9081ee7c986 (patch) | |
tree | c5336334f009d1290a59a50ca74b2fc39569f406 | |
parent | f4d5d5250a105b5593e3119f4ee37ea20272a34b (diff) | |
download | rneovim-475cd8f0750e16863ab049b3a192a9081ee7c986.tar.gz rneovim-475cd8f0750e16863ab049b3a192a9081ee7c986.tar.bz2 rneovim-475cd8f0750e16863ab049b3a192a9081ee7c986.zip |
doc: Do not assume something is not supported in GUI
-rw-r--r-- | runtime/doc/eval.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 5a2db1825f..873200cb30 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -4735,7 +4735,6 @@ inputdialog({opts}) omitted an empty string is returned. Hitting <Enter> works like pressing the OK button. Hitting <Esc> works like pressing the Cancel button. - NOTE: Command-line completion is not supported in the GUI. inputlist({textlist}) *inputlist()* {textlist} must be a |List| of strings. This |List| is |