comparison runtime/doc/options.txt @ 20753:661eb972cb22

Update runtime files Commit: https://github.com/vim/vim/commit/acc224064033e5cea21ef7f1eefb356ca06ff11d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 7 21:07:18 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jun 2020 21:15:04 +0200
parents d6827bd31d1d
children 47bfe07e06a3
comparison
equal deleted inserted replaced
20752:47b5de84b7f7 20753:661eb972cb22
1 *options.txt* For Vim version 8.2. Last change: 2020 May 03 1 *options.txt* For Vim version 8.2. Last change: 2020 May 31
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
5432 the number. Examples: 5432 the number. Examples:
5433 Using CTRL-X on "2020" in "9-2020" results in "9-2019" 5433 Using CTRL-X on "2020" in "9-2020" results in "9-2019"
5434 (without "unsigned" it would become "9-2021"). 5434 (without "unsigned" it would become "9-2021").
5435 Using CTRL-A on "2020" in "9-2020" results in "9-2021" 5435 Using CTRL-A on "2020" in "9-2020" results in "9-2021"
5436 (without "unsigned" it would become "9-2019"). 5436 (without "unsigned" it would become "9-2019").
5437 Using CTRL-X on "0" or "18446744073709551615" (2^64) has 5437 Using CTRL-X on "0" or CTRL-A on "18446744073709551615"
5438 no effect, overflow is prevented. 5438 (2^64 - 1) has no effect, overflow is prevented.
5439 Numbers which simply begin with a digit in the range 1-9 are always 5439 Numbers which simply begin with a digit in the range 1-9 are always
5440 considered decimal. This also happens for numbers that are not 5440 considered decimal. This also happens for numbers that are not
5441 recognized as octal or hex. 5441 recognized as octal or hex.
5442 5442
5443 *'number'* *'nu'* *'nonumber'* *'nonu'* 5443 *'number'* *'nu'* *'nonumber'* *'nonu'*