]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Tweak documentation style
authorHirohito Higashi <h.east.727@gmail.com>
Sat, 23 May 2026 15:47:32 +0000 (15:47 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 23 May 2026 15:47:32 +0000 (15:47 +0000)
closes: #20296

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/autocmd.txt
runtime/doc/syntax.txt

index 62cd761e191bcfaf2492c297a2c71af07dfc07af..b3d1deb25f55a371bb6b9dc7d0faf22b56f44429 100644 (file)
@@ -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,
index 428e8a552225b889a462ab3b99d0da050036e5ac..b1a18644a1e82a345ed644cdef438efac65317a4 100644 (file)
@@ -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