diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-07-06 12:33:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-06 12:33:51 +0200 |
commit | 1b99aa8c53ec3f1e9b8480758ca430aa5c36ed19 (patch) | |
tree | 3483ac3790a9b68dc7bf453d83ad6d11d63a4210 /runtime | |
parent | b7ca478e10a468952f237b853443b117400651eb (diff) | |
parent | 6f924880c73e0906d29faee95d1a85c201fa556e (diff) | |
download | rneovim-1b99aa8c53ec3f1e9b8480758ca430aa5c36ed19.tar.gz rneovim-1b99aa8c53ec3f1e9b8480758ca430aa5c36ed19.tar.bz2 rneovim-1b99aa8c53ec3f1e9b8480758ca430aa5c36ed19.zip |
Merge #10394 from janlazo/vim-8.1.1614
vim-patch:8.1.{1614,1632,1634,1639}
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 7c9ad3010e..a421f6b5e7 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4202,7 +4202,7 @@ A jump table for the options with a short description can be found at |Q_op|. rows in the window, depending on whether 'number' or 'relativenumber' is set. Thus with the Vim default of 4 there is room for a line number up to 999. When the buffer has 1000 lines five columns will be used. - The minimum value is 1, the maximum value is 10. + The minimum value is 1, the maximum value is 20. *'omnifunc'* *'ofu'* 'omnifunc' 'ofu' string (default: empty) |