vim-patch:partial:235e77a: runtime(doc): Tweak documentation style more in options and ft_hare (#35761)

closes: 18289

235e77a3a3

Skip ft_hare.txt.

Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
This commit is contained in:
zeertzjq
2025-09-15 08:00:43 +08:00
committed by GitHub
parent 7b8b9d270f
commit ca9cc98298
3 changed files with 75 additions and 75 deletions

View File

@@ -1035,9 +1035,9 @@ A jump table for the options with a short description can be found at |Q_op|.
'belloff' 'bo' string (default "all") 'belloff' 'bo' string (default "all")
global global
Specifies for which events the bell will not be rung. It is a comma- Specifies for which events the bell will not be rung. It is a comma-
separated list of items. For each item that is present, the bell separated list of items. For each item that is present, the bell will
will be silenced. This is most useful to specify specific events in be silenced. This is most useful to specify specific events in insert
insert mode to be silenced. mode to be silenced.
You can also make it flash by using 'visualbell'. You can also make it flash by using 'visualbell'.
item meaning when present ~ item meaning when present ~

View File

@@ -463,9 +463,9 @@ vim.go.backupskip = vim.o.backupskip
vim.go.bsk = vim.go.backupskip vim.go.bsk = vim.go.backupskip
--- Specifies for which events the bell will not be rung. It is a comma- --- Specifies for which events the bell will not be rung. It is a comma-
--- separated list of items. For each item that is present, the bell --- separated list of items. For each item that is present, the bell will
--- will be silenced. This is most useful to specify specific events in --- be silenced. This is most useful to specify specific events in insert
--- insert mode to be silenced. --- mode to be silenced.
--- You can also make it flash by using 'visualbell'. --- You can also make it flash by using 'visualbell'.
--- ---
--- item meaning when present ~ --- item meaning when present ~

View File

@@ -670,9 +670,9 @@ local options = {
deny_duplicates = true, deny_duplicates = true,
desc = [=[ desc = [=[
Specifies for which events the bell will not be rung. It is a comma- Specifies for which events the bell will not be rung. It is a comma-
separated list of items. For each item that is present, the bell separated list of items. For each item that is present, the bell will
will be silenced. This is most useful to specify specific events in be silenced. This is most useful to specify specific events in insert
insert mode to be silenced. mode to be silenced.
You can also make it flash by using 'visualbell'. You can also make it flash by using 'visualbell'.
item meaning when present ~ item meaning when present ~