comparison runtime/doc/options.txt @ 28439:16bd027b039e v8.2.4744

patch 8.2.4744: a terminal window can't use the bell Commit: https://github.com/vim/vim/commit/77771d33f44bfb9f75eb857bd2f2bb4c2860cac3 Author: LemonBoy <thatlemon@gmail.com> Date: Wed Apr 13 11:47:25 2022 +0100 patch 8.2.4744: a terminal window can't use the bell Problem: A terminal window can't use the bell. Solution: Add bell support for the terminal window. (closes https://github.com/vim/vim/issues/10178)
author Bram Moolenaar <Bram@vim.org>
date Wed, 13 Apr 2022 13:00:06 +0200
parents d395fadbaf67
children f73a9bdff3a3
comparison
equal deleted inserted replaced
28438:04a92ed295c3 28439:16bd027b039e
1263 global 1263 global
1264 Specifies for which events the bell will not be rung. It is a comma 1264 Specifies for which events the bell will not be rung. It is a comma
1265 separated list of items. For each item that is present, the bell 1265 separated list of items. For each item that is present, the bell
1266 will be silenced. This is most useful to specify specific events in 1266 will be silenced. This is most useful to specify specific events in
1267 insert mode to be silenced. 1267 insert mode to be silenced.
1268 You can also make it flash by using 'visualbell'.
1268 1269
1269 item meaning when present ~ 1270 item meaning when present ~
1270 all All events. 1271 all All events.
1271 backspace When hitting <BS> or <Del> and deleting results in an 1272 backspace When hitting <BS> or <Del> and deleting results in an
1272 error. 1273 error.
1288 showmatch Error occurred for 'showmatch' function. 1289 showmatch Error occurred for 'showmatch' function.
1289 operator Empty region error |cpo-E|. 1290 operator Empty region error |cpo-E|.
1290 register Unknown register after <C-R> in |Insert-mode|. 1291 register Unknown register after <C-R> in |Insert-mode|.
1291 shell Bell from shell output |:!|. 1292 shell Bell from shell output |:!|.
1292 spell Error happened on spell suggest. 1293 spell Error happened on spell suggest.
1294 term Bell from |:terminal| output.
1293 wildmode More matches in |cmdline-completion| available 1295 wildmode More matches in |cmdline-completion| available
1294 (depends on the 'wildmode' setting). 1296 (depends on the 'wildmode' setting).
1295 1297
1296 This is most useful to fine tune when in Insert mode the bell should 1298 This is most useful to fine tune when in Insert mode the bell should
1297 be rung. For Normal mode and Ex commands, the bell is often rung to 1299 be rung. For Normal mode and Ex commands, the bell is often rung to