diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 62cd761e19..b3d1deb25f 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -1,4 +1,4 @@ -*autocmd.txt* For Vim version 9.2. Last change: 2026 May 10 +*autocmd.txt* For Vim version 9.2. Last change: 2026 May 23 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1393,8 +1393,9 @@ TextPutPre Before text has been put in the current buffer. is valid to call |setreg()| in this autocommand, allowing you to process and modify the text in "regcontents" before it is - put. However this does not apply to |quote_#|, - |quote_=|, |quote_%|, |quote_:|, |quote_/| or |quote_.|. + put. However this does not apply to + |quote_#|, |quote_=|, |quote_%|, |quote_:|, + |quote_/| or |quote_.|. Not triggered when |quote_| is used nor when called recursively. It is not allowed to change the buffer text, diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 428e8a5522..b1a18644a1 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1,4 +1,4 @@ -*syntax.txt* For Vim version 9.2. Last change: 2026 May 17 +*syntax.txt* For Vim version 9.2. Last change: 2026 May 23 VIM REFERENCE MANUAL by Bram Moolenaar @@ -6130,7 +6130,8 @@ SpellRare Word that is recognized by the spellchecker as one that is StatusLine Status line of current window. The highlight at the status line's edge (StatusLine, or any %#... / %N* in 'statusline') also extends into the adjacent vertical separator cell when - the status lines are connected (no 'vert' character drawn). + the status lines are connected (The "vert" in 'fillchars' is + not being drawn). *hl-StatusLineNC* StatusLineNC status lines of not-current windows. Like |hl-StatusLine|, the edge highlight also extends into the adjacent vertical