mirror of
https://github.com/neovim/neovim.git
synced 2025-11-15 14:59:20 +00:00
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:
@@ -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 ~
|
||||||
|
|||||||
6
runtime/lua/vim/_meta/options.lua
generated
6
runtime/lua/vim/_meta/options.lua
generated
@@ -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 ~
|
||||||
|
|||||||
@@ -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 ~
|
||||||
|
|||||||
Reference in New Issue
Block a user