changeset 36184:6aa0834a85e9

runtime(doc): fix typo in version9.txt nrformat -> nrformats Commit: https://github.com/vim/vim/commit/770b38df40dc0ba252e227dd14499276b710c91d Author: hseg <gesh@gesh.uni.cx> Date: Mon Sep 23 20:13:49 2024 +0200 runtime(doc): fix typo in version9.txt nrformat -> nrformats This blocks K from finding the keyword closes: #15726 Signed-off-by: hseg <gesh@gesh.uni.cx> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 23 Sep 2024 20:30:05 +0200
parents e144e90fa2c9
children 9a68d0ac2749
files runtime/doc/version9.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/doc/version9.txt
+++ b/runtime/doc/version9.txt
@@ -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
@@ -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")