From: Christian Brabandt Date: Thu, 5 Dec 2024 20:06:12 +0000 (+0100) Subject: runtime(doc): updated version9.txt with changes from v9.1.0905 X-Git-Tag: v9.1.0906~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73785accfd2784ec6c89fe4b21d86d7bf9c30864;p=thirdparty%2Fvim.git runtime(doc): updated version9.txt with changes from v9.1.0905 Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt index 2aadcd3f4f..f5f77b3e99 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 28 +*version9.txt* For Vim version 9.1. Last change: 2024 Dec 05 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41613,6 +41613,8 @@ Changed~ from |defaults.vim| - the default 'backspace' option for Vim has been set to "indent,eol,start" and removed from |defaults.vim| +- the completed word and completion type are provided when handling the + |CompleteDone| autocommand in the |v:event| dictionary *added-9.2* Added ~