Skip to content

Commit

Permalink
runtime(doc): fix typo in version9.txt nrformat -> nrformats
Browse files Browse the repository at this point in the history
This blocks K from finding the keyword

closes: #15726

Signed-off-by: hseg <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
  • Loading branch information
hseg authored and chrisbra committed Sep 23, 2024
1 parent a7229c8 commit 770b38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/doc/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2024 Aug 23
*version9.txt* For Vim version 9.1. Last change: 2024 Sep 23


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41577,7 +41577,7 @@ Changed~
- the default for 'commentstring' contains whitespace padding to have
automatic comments look nicer |comment-install|
- 'completeopt' is now a |global-local| option.
- 'nrformat' accepts the new "blank" suboption, to determine a signed or
- 'nrformats' accepts the new "blank" suboption, to determine a signed or
unsigned number based on whitespace in front of a minus sign.
- allow to specify a priority when defining a new sign |:sign-define|
- provide information about function arguments using the get(func, "arity")
Expand Down

0 comments on commit 770b38d

Please sign in to comment.