From: Hirohito Higashi Date: Sat, 25 Jul 2026 16:36:52 +0000 (+0000) Subject: runtime(doc): Tweak documentation style a bit X-Git-Tag: v9.2.0855~3 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ac78f14b92f2733f1e951180ab96a0db0cfbde8a;p=thirdparty%2Fvim.git runtime(doc): Tweak documentation style a bit closes: #20843 Signed-off-by: Hirohito Higashi Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/gui_x11.txt b/runtime/doc/gui_x11.txt index d55f35aba7..58467023a0 100644 --- a/runtime/doc/gui_x11.txt +++ b/runtime/doc/gui_x11.txt @@ -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 diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 15e26e4484..84e4f30aea 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -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) diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt index a5d3e0034d..efe88e9499 100644 --- a/runtime/doc/version9.txt +++ b/runtime/doc/version9.txt @@ -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.