aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-12-26 23:21:13 -0500
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-12-29 18:34:04 -0500
commit1e693ac97d44f0cd0edcdb31d883d2a27c9d30ce (patch)
tree81160ca8d712303f2b9cf6306a8bdd621eeb9364
parentbe4165308f072c499a1bdbf8af36a865ec29b43f (diff)
downloadrneovim-1e693ac97d44f0cd0edcdb31d883d2a27c9d30ce.tar.gz
rneovim-1e693ac97d44f0cd0edcdb31d883d2a27c9d30ce.tar.bz2
rneovim-1e693ac97d44f0cd0edcdb31d883d2a27c9d30ce.zip
vim-patch:8.1.1303: not possible to hide a balloon
Problem: Not possible to hide a balloon. Solution: Hide the balloon when balloon_show() is called with an empty string or list. Add balloon_gettext(). https://github.com/vim/vim/commit/be0a2597ae0d9eb0b8a8a2fc9ae1784faa929844
-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 77589b732d..c376e07cff 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -3770,6 +3770,8 @@ feedkeys({string} [, {mode}]) *feedkeys()*
and "\..." notation |expr-quote|. For example,
feedkeys("\<CR>") simulates pressing of the <Enter> key. But
feedkeys('\<CR>') pushes 5 characters.
+ A special code that might be useful is <Ignore>, it exits the
+ wait for a character without doing anything. *<Ignore>*
{mode} is a String, which can contain these character flags:
'm' Remap keys. This is default. If {mode} is absent,