From: Christian Brabandt Date: Thu, 28 Nov 2024 22:12:53 +0000 (+0100) Subject: runtime(doc): document changed default value for 'history' X-Git-Tag: v9.1.0896~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=075aeea40431a02e4da01f47d0cb7874d4eaa240;p=thirdparty%2Fvim.git runtime(doc): document changed default value for 'history' Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt index 04d1a92bda..b9977a9f2c 100644 --- a/runtime/doc/version9.txt +++ b/runtime/doc/version9.txt @@ -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 ~