summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2022-04-13 11:47:25 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-13 11:47:25 +0100
commit77771d33f44bfb9f75eb857bd2f2bb4c2860cac3 (patch)
tree8458b25c002c5dadd13e58398401a5f6c21723b5 /runtime/doc/options.txt
parent9bbe5c6b8c44e08c90510c36596d13e54ca0eea4 (diff)
patch 8.2.4744: a terminal window can't use the bellv8.2.4744
Problem: A terminal window can't use the bell. Solution: Add bell support for the terminal window. (closes #10178)
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index ddd5af08ed..2ed4a8f31a 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1265,6 +1265,7 @@ A jump table for the options with a short description can be found at |Q_op|.
separated list of items. For each item that is present, the bell
will be silenced. This is most useful to specify specific events in
insert mode to be silenced.
+ You can also make it flash by using 'visualbell'.
item meaning when present ~
all All events.
@@ -1290,6 +1291,7 @@ A jump table for the options with a short description can be found at |Q_op|.
register Unknown register after <C-R> in |Insert-mode|.
shell Bell from shell output |:!|.
spell Error happened on spell suggest.
+ term Bell from |:terminal| output.
wildmode More matches in |cmdline-completion| available
(depends on the 'wildmode' setting).