]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Tweak documentation style a bit
authorHirohito Higashi <h.east.727@gmail.com>
Sat, 25 Jul 2026 16:36:52 +0000 (16:36 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 25 Jul 2026 16:36:52 +0000 (16:36 +0000)
closes: #20843

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

index d55f35aba7be631e418ebaa8db8a4162dbc8c29a..58467023a073872222a0f7c916471950d6dfd08c 100644 (file)
@@ -1,4 +1,4 @@
-*gui_x11.txt*  For Vim version 9.2.  Last change: 2026 June 29
+*gui_x11.txt*  For Vim version 9.2.  Last change: 2026 Jun 29
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 15e26e4484f9071227c9a28cef29eb2b86ca0579..84e4f30aea80c819d2295c3f2a446b89dfcf6455 100644 (file)
@@ -4948,8 +4948,8 @@ A jump table for the options with a short description can be found at |Q_op|.
        restored if possible |X11|.  See |X11-icon| for changing the icon on
        X11.
        For MS-Windows the icon can be changed, see |windows-icon|.
-       NOTE: GNU screen is not consistent in handling icon-title and title escape
-       sequences between versions.   See 'title'.
+       NOTE: GNU screen is not consistent in handling icon-title and title
+       escape sequences between versions.   See 'title'.
 
                                                *'iconstring'*
 'iconstring'           string  (default "")
@@ -9637,9 +9637,9 @@ A jump table for the options with a short description can be found at |Q_op|.
        then the WINDOWID environment variable should be inherited and the
        title of the window should change back to what it should be after
        exiting Vim.
-       NOTE: GNU screen is not consistent in handling icon-title and title escape
-       sequences between versions. In particular, screen 5 may swap title and
-       icon-title.
+       NOTE: GNU screen is not consistent in handling icon-title and title
+       escape sequences between versions. In particular, screen 5 may swap
+       title and icon-title.
 
                                                                *'titlelen'*
 'titlelen'             number  (default 85)
index a5d3e0034dc57166bc1730b66957f86ddbd73b0c..efe88e94999ce51af3b4730f85f96f4db496058b 100644 (file)
@@ -52664,7 +52664,7 @@ Platform specific ~
 - support OpenType font features in 'guifont' for DirectWrite (Win32)
 - Include strptime() fallback for MS-Windows
 - Hardware-accelerated rendering for the GTK4 GUI via |gtk4-hwaccel|.
-- The NSIS installer has been reworked (Win32): 
+- The NSIS installer has been reworked (Win32):
   - Support per-user and per-machine install.
   - Change the install directory structure.
   - Replace the batch files with the Vim launchers.