mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
vim-patch:partial:52e7cc2: runtime(doc): tweak documentation style a bit (#29897)
closes: vim/vim#15371
52e7cc26d8
Co-authored-by: h-east <h.east.727@gmail.com>
This commit is contained in:
6
runtime/lua/vim/_meta/options.lua
generated
6
runtime/lua/vim/_meta/options.lua
generated
@@ -4550,17 +4550,17 @@ vim.go.mouset = vim.go.mousetime
|
||||
--- Using CTRL-X on "0" or CTRL-A on "18446744073709551615"
|
||||
--- (2^64 - 1) has no effect, overflow is prevented.
|
||||
--- blank If included, treat numbers as signed or unsigned based on
|
||||
--- preceding whitespace. If a number with a leading dash has its
|
||||
--- preceding whitespace. If a number with a leading dash has its
|
||||
--- dash immediately preceded by a non-whitespace character (i.e.,
|
||||
--- not a tab or a " "), the negative sign won't be considered as
|
||||
--- part of the number. For example:
|
||||
--- Using CTRL-A on "14" in "Carbon-14" results in "Carbon-15"
|
||||
--- (without "blank" it would become "Carbon-13").
|
||||
--- Using CTRL-X on "8" in "Carbon -8" results in "Carbon -9"
|
||||
--- (because -8 is preceded by whitespace. If "unsigned" was
|
||||
--- (because -8 is preceded by whitespace. If "unsigned" was
|
||||
--- set, it would result in "Carbon -7").
|
||||
--- If this format is included, overflow is prevented as if
|
||||
--- "unsigned" were set. If both this format and "unsigned" are
|
||||
--- "unsigned" were set. If both this format and "unsigned" are
|
||||
--- included, "unsigned" will take precedence.
|
||||
---
|
||||
--- Numbers which simply begin with a digit in the range 1-9 are always
|
||||
|
||||
Reference in New Issue
Block a user