]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): document changed default value for 'history'
authorChristian Brabandt <cb@256bit.org>
Thu, 28 Nov 2024 22:12:53 +0000 (23:12 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 28 Nov 2024 22:13:10 +0000 (23:13 +0100)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/version9.txt

index 04d1a92bda642d10065ea4330a67a13608704586..b9977a9f2c2a6abb66011c862d3c663747fac23d 100644 (file)
@@ -1,4 +1,4 @@
-*version9.txt*  For Vim version 9.1.  Last change: 2024 Nov 27
+*version9.txt*  For Vim version 9.1.  Last change: 2024 Nov 28
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -41609,6 +41609,8 @@ Changed~
 - allow to pass local Vim script variables to python interpreter |py3eval()|
 - |getwininfo()| now also returns the "leftcol" property for a window
 - 'rulerformat' now supports the |stl-%!| item
+- the default 'history' option value has been increased to 200 and removed
+  from |defaults.vim|
 
                                                        *added-9.2*
 Added ~