]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Improve header formatting
authorDoug Kearns <dougkearns@gmail.com>
Sun, 26 Oct 2025 19:29:28 +0000 (19:29 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 26 Oct 2025 19:29:28 +0000 (19:29 +0000)
- Normalise header formatting and highlight all bylines.
- Remove broken email address from if_sniff.txt.

closes: #18601

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
57 files changed:
runtime/doc/arabic.txt
runtime/doc/builtin.txt
runtime/doc/channel.txt
runtime/doc/eval.txt
runtime/doc/hebrew.txt
runtime/doc/howto.txt
runtime/doc/if_perl.txt
runtime/doc/if_sniff.txt
runtime/doc/mbyte.txt
runtime/doc/options.txt
runtime/doc/os_390.txt
runtime/doc/undo.txt
runtime/doc/usr_01.txt
runtime/doc/usr_02.txt
runtime/doc/usr_03.txt
runtime/doc/usr_04.txt
runtime/doc/usr_05.txt
runtime/doc/usr_06.txt
runtime/doc/usr_07.txt
runtime/doc/usr_08.txt
runtime/doc/usr_09.txt
runtime/doc/usr_10.txt
runtime/doc/usr_11.txt
runtime/doc/usr_12.txt
runtime/doc/usr_20.txt
runtime/doc/usr_21.txt
runtime/doc/usr_22.txt
runtime/doc/usr_23.txt
runtime/doc/usr_24.txt
runtime/doc/usr_25.txt
runtime/doc/usr_26.txt
runtime/doc/usr_27.txt
runtime/doc/usr_28.txt
runtime/doc/usr_29.txt
runtime/doc/usr_30.txt
runtime/doc/usr_31.txt
runtime/doc/usr_32.txt
runtime/doc/usr_40.txt
runtime/doc/usr_41.txt
runtime/doc/usr_42.txt
runtime/doc/usr_43.txt
runtime/doc/usr_44.txt
runtime/doc/usr_45.txt
runtime/doc/usr_50.txt
runtime/doc/usr_51.txt
runtime/doc/usr_52.txt
runtime/doc/usr_90.txt
runtime/doc/usr_toc.txt
runtime/doc/version5.txt
runtime/doc/version7.txt
runtime/syntax/help.vim
runtime/syntax/testdir/dumps/help_00.dump
runtime/syntax/testdir/dumps/help_01.dump
runtime/syntax/testdir/dumps/help_02.dump
runtime/syntax/testdir/dumps/help_03.dump
runtime/syntax/testdir/input/help.txt
runtime/syntax/testdir/input/setup/help.vim [new file with mode: 0644]

index 59992dba2e1e0f8e570dbeeffae1107d7318c539..72c9ed8e12333cb999ddc51ebaa8364b15582add 100644 (file)
@@ -1,7 +1,7 @@
-*arabic.txt*   For Vim version 9.1.  Last change: 2025 Oct 14
+*arabic.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
 
 
-                 VIM REFERENCE MANUAL    by Nadim Shaikli
+                 VIM REFERENCE MANUAL    by Nadim Shaikli
 
 
 Arabic Language support (options & mappings) for Vim           *Arabic*
index 8acdea970c5eff25db1e9ebb25926e100177ecb6..e231dedb16f577afaf363c60454c846348811829 100644 (file)
@@ -1,7 +1,7 @@
 *builtin.txt*  For Vim version 9.1.  Last change: 2025 Oct 26
 
 
-                 VIM REFERENCE MANUAL    by Bram Moolenaar
+                 VIM REFERENCE MANUAL    by Bram Moolenaar
 
 
 Builtin functions                              *builtin-functions*
index 2ac85566b9d69f179bb1baad41843d9da1b341ca..296548346534a400bd841578ba35e93b2e108966 100644 (file)
@@ -1,7 +1,7 @@
-*channel.txt*      For Vim version 9.1.  Last change: 2025 Oct 13
+*channel.txt*      For Vim version 9.1.  Last change: 2025 Oct 26
 
 
-                 VIM REFERENCE MANUAL    by Bram Moolenaar
+                 VIM REFERENCE MANUAL    by Bram Moolenaar
 
 
                      Inter-process communication               *channel*
index 030f2c3f92cdea188ac270fb784778d9a066cf2c..9140ff235964bee881e760b44253e519a2f15198 100644 (file)
@@ -1,7 +1,7 @@
 *eval.txt*     For Vim version 9.1.  Last change: 2025 Oct 26
 
 
-                 VIM REFERENCE MANUAL    by Bram Moolenaar
+                 VIM REFERENCE MANUAL    by Bram Moolenaar
 
 
 Expression evaluation                  *expression* *expr* *E15* *eval*
index c30b452e2903a89d75b5f1277d5dd4deab46226f..64b9c60bc69a405694438f657623fa99f0f3e626 100644 (file)
@@ -1,7 +1,7 @@
-*hebrew.txt*    For Vim version 9.1.  Last change: 2019 May 05
+*hebrew.txt*    For Vim version 9.1.  Last change: 2025 Oct 26
 
 
-          VIM REFERENCE MANUAL    by Ron Aaron (and Avner Lottem)
+                 VIM REFERENCE MANUAL    by Ron Aaron and Avner Lottem
 
 
 Hebrew Language support (options & mapping) for Vim            *hebrew*
index 9959ec5df1293cda4a194cd0dde35760af92dd3a..2d8c8b5c4f38889b3fb6b768bb578b10f5c08ecd 100644 (file)
@@ -1,7 +1,7 @@
-*howto.txt*    For Vim version 9.1.  Last change: 2025 Aug 06
+*howto.txt*    For Vim version 9.1.  Last change: 2025 Oct 26
 
 
-                 VIM REFERENCE MANUAL    by Bram Moolenaar
+                 VIM REFERENCE MANUAL    by Bram Moolenaar
 
 
 How to ...                             *howdoi* *how-do-i* *howto* *how-to*
index 7f74a9f3bc6a88f31ebc34270f95934f86cf21b7..616c3b31cd878db1f2c3a2e7c0f9eb8cc76f5185 100644 (file)
@@ -1,8 +1,8 @@
-*if_perl.txt*   For Vim version 9.1.  Last change: 2025 Oct 14
+*if_perl.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
 
 
                  VIM REFERENCE MANUAL    by Sven Verdoolaege
-                                        and Matt Gerassimof
+                                         and Matt Gerassimof
 
 Perl and Vim                           *perl* *Perl*
 
index 7cbb0ff9723126db6becd30ff4ed2ab212e1462a..ff587ad249a391d58db2bb7a07f029e46940adce 100644 (file)
@@ -1,8 +1,7 @@
-*if_sniff.txt* For Vim version 9.1.  Last change: 2016 Feb 27
+*if_sniff.txt* For Vim version 9.1.  Last change: 2025 Oct 26
 
 
-                 VIM REFERENCE MANUAL
-               by Anton Leherbauer (toni@takefive.co.at)
+                 VIM REFERENCE MANUAL    by Anton Leherbauer
 
 
 The SNiFF+ support was removed at patch 7.4.1433.  If you want to check it out
index 0cb1b7a2bd96011620abf612e919399d75240fc3..ea545874c2fd94b5d894ce9c9b16f2a5d56c0833 100644 (file)
@@ -1,7 +1,7 @@
-*mbyte.txt*     For Vim version 9.1.  Last change: 2025 Oct 12
+*mbyte.txt*     For Vim version 9.1.  Last change: 2025 Oct 26
 
 
-                 VIM REFERENCE MANUAL    by Bram Moolenaar et al.
+                 VIM REFERENCE MANUAL    by Bram Moolenaar et al.
 
 
 Multi-byte support                             *multibyte* *multi-byte*
index 001ca98a814140f6e1db20e1e3e33822644bce6f..6bd79fb0ce0a9fad9c965d449612c31baf62a050 100644 (file)
@@ -1,7 +1,7 @@
 *options.txt*  For Vim version 9.1.  Last change: 2025 Oct 26
 
 
-                 VIM REFERENCE MANUAL    by Bram Moolenaar
+                 VIM REFERENCE MANUAL    by Bram Moolenaar
 
 
 Options                                                        *options*
index a8e10a9c371c09e669ffb0dc58f81aad2f20ee9f..b30c1b2b06b1771853aeb12c1eca8b4be8ee3cf3 100644 (file)
@@ -1,7 +1,7 @@
-*os_390.txt*    For Vim version 9.1.  Last change: 2025 Aug 06
+*os_390.txt*    For Vim version 9.1.  Last change: 2025 Oct 26
 
 
-                 VIM REFERENCE MANUAL    by Ralf Schandl
+                 VIM REFERENCE MANUAL    by Ralf Schandl
 
                                        *zOS* *z/OS* *OS390* *os390* *MVS*
 This file contains the particulars for the z/OS UNIX version of Vim.
index cf674608db3da5bbc4f88f042d9e2f3a944a431c..e8a0417eed2b46e22b611c9b1c40b9e9b5637bc7 100644 (file)
@@ -1,7 +1,7 @@
-*undo.txt*      For Vim version 9.1.  Last change: 2025 Oct 12
+*undo.txt*      For Vim version 9.1.  Last change: 2025 Oct 26
 
 
-                 VIM REFERENCE MANUAL    by Bram Moolenaar
+                 VIM REFERENCE MANUAL    by Bram Moolenaar
 
 
 Undo and redo                                          *undo-redo*
index 556774e142eaec3d969bb07b0e91f8f1f5933ddd..88d49136908045a6f9120fd4ef66ec9421007fd8 100644 (file)
@@ -1,6 +1,8 @@
-*usr_01.txt*   For Vim version 9.1.  Last change: 2024 Dec 17
+*usr_01.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                              About the manuals
 
index 76b0ae230a9779c0621050e7d2061f8e813c4eba..6bb860fbedb43ac80f4b10fd8dc512deecfffa5f 100644 (file)
@@ -1,6 +1,8 @@
-*usr_02.txt*   For Vim version 9.1.  Last change: 2025 Jul 22
+*usr_02.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                            The first steps in Vim
 
index eb9e311d0b240a016afa7e7b5b4b854a150ba5ef..c5b5fe95e64ef2269e55e607485bb8a13b5274eb 100644 (file)
@@ -1,6 +1,8 @@
-*usr_03.txt*   For Vim version 9.1.  Last change: 2023 Mar 13
+*usr_03.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                             Moving around
 
index b81fccc51dc0288da0eb21e8f5692a4202b915da..60fb09a215a543abc6825e2b75bf23096b64eb56 100644 (file)
@@ -1,6 +1,8 @@
-*usr_04.txt*   For Vim version 9.1.  Last change: 2021 Feb 22
+*usr_04.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                             Making small changes
 
index 5b52bc654410b001e9ae0a55bb880aa232b254c1..1be470e132fa3b1a16ecbd9ad9d18f3f8d350dd9 100644 (file)
@@ -1,6 +1,8 @@
-*usr_05.txt*   For Vim version 9.1.  Last change: 2025 Sep 27
+*usr_05.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                              Set your settings
 
index 857bb6981a6164e311b1e8c2e4e5cc2023a0c9ec..d84444db3fdac5736b11277afb92fd8deac6a7bc 100644 (file)
@@ -1,6 +1,8 @@
-*usr_06.txt*   For Vim version 9.1.  Last change: 2025 Aug 06
+*usr_06.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                          Using syntax highlighting
 
index ea4875ec585622dc12b2e2dfc32bf5f5b25d03d2..2ac30ec26b77c18331300c616a754aa152b449d8 100644 (file)
@@ -1,6 +1,8 @@
-*usr_07.txt*   For Vim version 9.1.  Last change: 2020 Mar 23
+*usr_07.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                          Editing more than one file
 
index a24473baa6a689bafd4b9dd6a959f49eb5ef7063..1237c363fa3c692a57f617bff39f812dad9099fc 100644 (file)
@@ -1,6 +1,8 @@
-*usr_08.txt*   For Vim version 9.1.  Last change: 2021 May 20
+*usr_08.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                              Splitting windows
 
index 6fac5c2a71ef8860b76f024772898860039cd188..666dbd4e9820e6b4593899d6fbc77aec65d6d4a0 100644 (file)
@@ -1,6 +1,8 @@
-*usr_09.txt*   For Vim version 9.1.  Last change: 2017 Aug 11
+*usr_09.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                                Using the GUI
 
index 505ca480faa0fa95e949e7267d5b1ae6e5157b18..ebf4bab40ff1951615297b1c71925c5246c2a16b 100644 (file)
@@ -1,6 +1,8 @@
-*usr_10.txt*   For Vim version 9.1.  Last change: 2025 Sep 15
+*usr_10.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                             Making big changes
 
index 19851b5306a07d47373d35df5b6b0158eac6278b..f33daf6821c261254f3729721792aaa839e7a034 100644 (file)
@@ -1,6 +1,8 @@
-*usr_11.txt*   For Vim version 9.1.  Last change: 2025 Jun 03
+*usr_11.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                           Recovering from a crash
 
index fb90c613be909827769c2cdf95b73fda80810178..4ca4a8c2453e81b34106d5b429070e16ceb2e398 100644 (file)
@@ -1,6 +1,8 @@
-*usr_12.txt*   For Vim version 9.1.  Last change: 2022 Nov 19
+*usr_12.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                                Clever tricks
 
index 486f18f991c922fdc23ea6f496348756497f1dc8..7bd2faa3f68449aae5ba2d03a444dbea57ef020e 100644 (file)
@@ -1,6 +1,8 @@
-*usr_20.txt*   For Vim version 9.1.  Last change: 2021 Nov 18
+*usr_20.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                     Typing command-line commands quickly
 
index fe3ee3199cd5d6c0ff2a4c9d76cc487af80a0f36..8621887a49a12d65653e34a44840c31d1d2a87ba 100644 (file)
@@ -1,6 +1,8 @@
-*usr_21.txt*   For Vim version 9.1.  Last change: 2024 May 17
+*usr_21.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                           Go away and come back
 
index c0ab47af811ca1bc608e5245b7b013f9ec8a8d67..d03cb53fe2673a26edcad632aa70c2480603d256 100644 (file)
@@ -1,6 +1,8 @@
-*usr_22.txt*   For Vim version 9.1.  Last change: 2025 Jun 04
+*usr_22.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                           Finding the file to edit
 
index 35e4876e975e9de2c7f45b2be4b47729573fed34..e5ba25aee5d43ed425875c12bc0bc8073f10b939 100644 (file)
@@ -1,6 +1,8 @@
-*usr_23.txt*   For Vim version 9.1.  Last change: 2025 Sep 02
+*usr_23.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                             Editing other files
 
index 1737812232058bba6b8f76025d50a4e787a0d069..16a7063531a4557d5ac3b57d6d27e063c81f6a1e 100644 (file)
@@ -1,6 +1,8 @@
-*usr_24.txt*   For Vim version 9.1.  Last change: 2025 Jun 22
+*usr_24.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                             Inserting quickly
 
index c33450a67c58aebc121cf0263269173c3f48ff69..71e96c7767192b72bd9a39d65d91d6c8fa25f62d 100644 (file)
@@ -1,6 +1,8 @@
-*usr_25.txt*   For Vim version 9.1.  Last change: 2025 Jun 13
+*usr_25.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                             Editing formatted text
 
index 81345f4598c9ba2fc83a72942132f1e525953fb2..3dc54543aa3392f756ce2546c2fbd129d0f43c84 100644 (file)
@@ -1,6 +1,8 @@
-*usr_26.txt*   For Vim version 9.1.  Last change: 2006 Apr 24
+*usr_26.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                                  Repeating
 
index 75fc7ea2503929b20f3209a242a44db1a3e92e09..ab21e00b24d546454666359b3a80260cedbe3f3c 100644 (file)
@@ -1,6 +1,8 @@
-*usr_27.txt*   For Vim version 9.1.  Last change: 2025 Jul 06
+*usr_27.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                         Search commands and patterns
 
index 54111665d390a9ef41ff5454e34b7a9cd2e60a96..ad06cc0a6934a967b33631b5a9ac41166b6bcfc7 100644 (file)
@@ -1,6 +1,8 @@
-*usr_28.txt*   For Vim version 9.1.  Last change: 2008 Jun 14
+*usr_28.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                                   Folding
 
index 1e444672076f0ee349ef9628a87ba4fe80a43408..fe1a79f7894711f0c10c9dea08954c91d813d4d1 100644 (file)
@@ -1,6 +1,8 @@
-*usr_29.txt*   For Vim version 9.1.  Last change: 2024 Oct 05
+*usr_29.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                            Moving through programs
 
index 59ef37a9952c6c4f08d429a2de07eca44c847d66..8a3873c8678cdd716f6d9c26792fba1f2d8476d6 100644 (file)
@@ -1,6 +1,8 @@
-*usr_30.txt*   For Vim version 9.1.  Last change: 2025 Jun 10
+*usr_30.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                              Editing programs
 
index 5e4a261e563b7b4f872c31daca65eca95d3c3774..5e65f6827a81b8482103a115f221966f4c249295 100644 (file)
@@ -1,6 +1,8 @@
-*usr_31.txt*   For Vim version 9.1.  Last change: 2020 Jul 28
+*usr_31.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                              Exploiting the GUI
 
index 6ab89622bf50ff42392bbf9a76ef0076b59dd768..ee3ad62a3363910a92355bb1233805ec0054349a 100644 (file)
@@ -1,6 +1,8 @@
-*usr_32.txt*   For Vim version 9.1.  Last change: 2010 Jul 20
+*usr_32.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                              The undo tree
 
index a3869fb7cfe8554350be35514e36295d7c22efb7..6517f851e880b92684c0d57d0599c745d3f30625 100644 (file)
@@ -1,6 +1,8 @@
-*usr_40.txt*   For Vim version 9.1.  Last change: 2025 Sep 24
+*usr_40.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                              Make new commands
 
index 6ee10f433f2e33f61fc48b25086c8d6e07acb97e..1ac9b14cca4f5f86ccd85343b572a7a2bf1fa946 100644 (file)
@@ -1,6 +1,8 @@
-*usr_41.txt*   For Vim version 9.1.  Last change: 2025 Sep 26
+*usr_41.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                              Write a Vim script
 
index 2763ff28338f28b36ba784e1604fb341ff2f00cf..9086a619f3810fd4ac474b47cd61a661096621e5 100644 (file)
@@ -1,6 +1,8 @@
-*usr_42.txt*   For Vim version 9.1.  Last change: 2008 May 05
+*usr_42.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                              Add new menus
 
index 82baffa5b9e3ffb147925bdb7273660cd2276629..e7a52392bbd52ef122e9d7522a9985bbdde162ae 100644 (file)
@@ -1,6 +1,8 @@
-*usr_43.txt*   For Vim version 9.1.  Last change: 2024 Oct 05
+*usr_43.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                               Using filetypes
 
index 1d1b5a1e1781b2dfcd0f12e616aff5933eedac76..12a32e507a29cef53eecf6d4f4ca54c1b06af146 100644 (file)
@@ -1,6 +1,8 @@
-*usr_44.txt*   For Vim version 9.1.  Last change: 2017 May 06
+*usr_44.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                         Your own syntax highlighted
 
index 1c4dbb5647675e2b21fd265facc4ae895c6d26b1..175d4fc394d86077096bc9beeae2a2c1ac15fc54 100644 (file)
@@ -1,6 +1,8 @@
-*usr_45.txt*   For Vim version 9.1.  Last change: 2024 Oct 05
+*usr_45.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                        Select your language (locale)
 
index ee377cabef91ece1222c6eb0d149b1839a3cc1b6..6082ce2a0be51874a6e7f26531b723f58e6e2be7 100644 (file)
@@ -1,6 +1,8 @@
-*usr_50.txt*   For Vim version 9.1.  Last change: 2022 Jun 20
+*usr_50.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                         Advanced Vim script writing
 
index a6e547b9d03e988f9465f257db6862f679ac3be3..3b43d2731d377969b91c9fc37f27563e85284262 100644 (file)
@@ -1,6 +1,8 @@
-*usr_51.txt*   For Vim version 9.1.  Last change: 2024 Nov 13
+*usr_51.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                              Write plugins
 
index 9066838119ddc95d3ecc416b33832934ba154efd..d013535aee85333b919956bc2a2f007468f7459b 100644 (file)
@@ -1,6 +1,8 @@
-*usr_52.txt*   For Vim version 9.1.  Last change: 2025 Sep 27
+*usr_52.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                       Write larger plugins
 
index 980cdedbadb810356fb578512d973b78a10d11f9..2a9dd952ca05dbaef16c56b0d87d7be34a5a0bad 100644 (file)
@@ -1,6 +1,8 @@
-*usr_90.txt*   For Vim version 9.1.  Last change: 2025 Jul 24
+*usr_90.txt*   For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                                Installing Vim
 
index 22f71e09b1a91a6383cf2707b4a768c42b3b4b66..de2ec1dc66adab36a8ec754088a371c2b39030dc 100644 (file)
@@ -1,6 +1,8 @@
-*usr_toc.txt*  For Vim version 9.1.  Last change: 2024 Oct 07
+*usr_toc.txt*  For Vim version 9.1.  Last change: 2025 Oct 26
+
+
+                    VIM USER MANUAL      by Bram Moolenaar
 
-                    VIM USER MANUAL - by Bram Moolenaar
 
                              Table Of Contents         *user-manual* *usr*
 
index 19fcf9e1cc011b6f38f61526cd0e64c61d4b6428..2f30f8ec9a10eb6e798b079413ae213c147cd331 100644 (file)
@@ -1,8 +1,9 @@
-*version5.txt*  For Vim version 9.1.  Last change: 2022 Nov 09
+*version5.txt*  For Vim version 9.1.  Last change: 2025 Oct 26
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
 
+
 Welcome to Vim Version 5.0!
 
 This document lists the differences between Vim 4.x and Vim 5.0.
index a5460771f58f1f66168b4c0344749c031e17cbef..d47f1b6ad37a22d4f367be6bce4a78cb66e9c440 100644 (file)
@@ -1,8 +1,9 @@
-*version7.txt*  For Vim version 9.1.  Last change: 2021 May 17
+*version7.txt*  For Vim version 9.1.  Last change: 2025 Oct 26
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
 
+
                                        *vim7* *version-7.0* *version7.0*
 Welcome to Vim 7!  A large number of features has been added.  This file
 mentions all the new items, changes to existing features and bug fixes
index 770126a8cadcab202165afdee82f1ad27e6bd237..6bae1fb0be7e0c777c800d2ab7638c8e510ff3d7 100644 (file)
@@ -98,7 +98,9 @@ syn match helpNormal          "|.*====*|"
 syn match helpNormal           "|||"
 syn match helpNormal           ":|vim:|"       " for :help modeline
 syn match helpVim              "\<Vim version [0-9][0-9.a-z]*"
-syn match helpVim              "VIM REFERENCE.*"
+syn match helpVim              "^\s\+\zsVIM - main help file$"
+syn region helpVim             start="^\s\+VIM REFERENCE" end="^$"
+syn region helpVim             start="^\s\+VIM USER MANUAL" end="^$"
 syn match helpOption           "'[a-z]\{2,\}'"
 syn match helpOption           "'t_..'"
 syn match helpNormal           "'ab'"
index 2b8cec6c0f97bb0d345e592a1bb626254162f8bd..227258a97ce0dde79bbcb0627dd5714c24870a74 100644 (file)
@@ -1,20 +1,20 @@
->V+0#af5f00255#ffffff0|I|M| |H|E|L|P| |F|I|L|E| |F|O|R|M|A|T| +0#0000000&@54
+> +0&#ffffff0@74
 @75
+| +0#00e0e07&@17|V|I|M| |R|E|F|E|R|E|N|C|E| |M|A|N|U|A|L| @3|b|y| |B|r|a|m| |M|o@1|l|e|n|a@1|r| +0#0000000&@15
+| +0#00e0e07&@41|a|n|d| |S|o|m|e|b|o|d|y| |E|l|s|e| +0#0000000&@15
+| +0#00e0e07&@41|a|n|d| |A|n|o|t|h|e|r| |P|e|r|s|o|n| +0#0000000&@14
 @75
-|I+0#e000e06&|s@1|u|e| |#|1|7@1|2|1| |(|S|t|r|a|n|g|e| |>|v|i|m| |h|i|g|h|l|i|g|h|t|i|n|g| |i|n| |h|e|l|p| |d|o|c|u|m|e|n|t|a|t|i|o|n|?|)|~+0#ffffff16&| +0#0000000&@10
 @75
-@32|*+0#ffffff16&|r+0#e000002&|e|s|t|o|r|e|-|c|u|r|s|o|r|*+0#ffffff16&| +0#0000000&|*+0#ffffff16&|l+0#e000002&|a|s|t|-|p|o|s|i|t|i|o|n|-|j|u|m|p|*+0#ffffff16&| +0#0000000&| +0#ffffff16&|>|v|i|m
-| +0#0000000&@3|a+0#af5f00255&|u|g|r|o|u|p| +0#0000000&|R|e|s|t|o|r|e|C|u|r|s|o|r| @49
-@6|a+0#af5f00255&|u|t|o|c|m|d|!| +0#0000000&@60
-@6|a+0#af5f00255&|u|t|o|c|m|d| +0#0000000&|B+0#00e0003&|u|f|R|e|a|d|P|o|s|t| +0#0000000&|*+0#e000e06&| +0#0000000&@47
-@8|\+0#e000e06&| +0#0000000&|l+0#af5f00255&|e|t| +0#0000000&|l|i|n|e| |=+0#af5f00255&| +0#0000000&|l+0#00e0e07&|i|n|e|(+0#e000e06&|"+0#e000002&|'|\+0#e000e06&|"|"+0#e000002&|)+0#e000e06&| +0#0000000&@42
-@8|\+0#e000e06&| +0#0000000&||| |i+0#af5f00255&|f| +0#0000000&|l|i|n|e| |>+0#af5f00255&|=| +0#0000000&|1+0#e000002&| +0#0000000&|&+0#af5f00255&@1| +0#0000000&|l|i|n|e| |<+0#af5f00255&|=| +0#0000000&|l+0#00e0e07&|i|n|e|(+0#e000e06&|"+0#e000002&|$|"|)+0#e000e06&| +0#0000000&|&+0#af5f00255&@1| +0#0000000&|&+0#00e0e07&|f|i|l|e|t|y|p|e| +0#0000000&|!+0#af5f00255&|~|#| +0#0000000&|'+0#e000002&|c|o|m@1|i|t|'| +0#0000000&@3
-@8|\+0#e000e06&| +0#0000000&@5|&+0#af5f00255&@1| +0#0000000&|i+0#00e0e07&|n|d|e|x|(+0#e000e06&|[|'+0#e000002&|x@1|d|'|,+0#0000000&| |'+0#e000002&|g|i|t|r|e|b|a|s|e|'|]+0#e000e06&|,+0#0000000&| |&+0#00e0e07&|f|i|l|e|t|y|p|e|)+0#e000e06&| +0#0000000&|=+0#af5f00255&@1| +0#0000000&|-+0#af5f00255&|1+0#e000002&| +0#0000000&@12
-@8|\+0#e000e06&| +0#0000000&@5|&+0#af5f00255&@1| +0#0000000&|!+0#af5f00255&|&+0#00e0e07&|d|i|f@1| +0#0000000&@50
-@8|\+0#e000e06&| +0#0000000&||| @2|e+0#af5f00255&|x|e|c|u|t|e| +0#0000000&|"+0#e000002&|n|o|r|m|a|l|!| |g|`|\+0#e000e06&|"|"+0#e000002&| +0#0000000&@38
-@8|\+0#e000e06&| +0#0000000&||| |e+0#af5f00255&|n|d|i|f| +0#0000000&@57
-@4|a+0#af5f00255&|u|g|r|o|u|p| +0#0000000&|E|N|D| @59
+| +0#00e0e07&@17|V|I|M| |U|S|E|R| |M|A|N|U|A|L| @8|b|y| |B|r|a|m| |M|o@1|l|e|n|a@1|r| +0#0000000&@15
+| +0#00e0e07&@41|a|n|d| |S|o|m|e|b|o|d|y| |E|l|s|e| +0#0000000&@15
+| +0#00e0e07&@41|a|n|d| |A|n|o|t|h|e|r| |P|e|r|s|o|n| +0#0000000&@14
 @75
 @75
-|U+0#e000e06&|R|L|s|~+0#ffffff16&| +0#0000000&@69
-@57|1|,|1| @10|T|o|p| 
+|V+0#af5f00255&|I|M| |H|E|L|P| |F|I|L|E| |F|O|R|M|A|T| +0#0000000&@54
+@75
+@75
+|I+0#e000e06&|s@1|u|e| |#|1|7@1|2|1| |(|S|t|r|a|n|g|e| |>|v|i|m| |h|i|g|h|l|i|g|h|t|i|n|g| |i|n| |h|e|l|p| |d|o|c|u|m|e|n|t|a|t|i|o|n|?|)| +0#0000000&@11
+@75
+@32|r+0#e000002&|e|s|t|o|r|e|-|c|u|r|s|o|r| +0#0000000&|l+0#e000002&|a|s|t|-|p|o|s|i|t|i|o|n|-|j|u|m|p| +0#0000000&@9
+@4|a+0#af5f00255&|u|g|r|o|u|p| +0#0000000&|R|e|s|t|o|r|e|C|u|r|s|o|r| @49
+@57|1|,|0|-|1| @8|T|o|p| 
index b505335f6b596165e28a21568196a0ac795a87de..e0c868e39fbde2dcf0caeb31c5dc6b52cac3875a 100644 (file)
@@ -1,20 +1,20 @@
-| +0&#ffffff0@7|\+0#e000e06&| +0#0000000&||| @2|e+0#af5f00255&|x|e|c|u|t|e| +0#0000000&|"+0#e000002&|n|o|r|m|a|l|!| |g|`|\+0#e000e06&|"|"+0#e000002&| +0#0000000&@38
-@8|\+0#e000e06&| +0#0000000&||| |e+0#af5f00255&|n|d|i|f| +0#0000000&@57
-@4|a+0#af5f00255&|u|g|r|o|u|p| +0#0000000&|E|N|D| @59
-@75
+| +0&#ffffff0@74
 @75
->U+0#e000e06&|R|L|s|~+0#ffffff16&| +0#0000000&@69
+|I+0#e000e06&|s@1|u|e| |#|1|7@1|2|1| |(|S|t|r|a|n|g|e| |>|v|i|m| |h|i|g|h|l|i|g|h|t|i|n|g| |i|n| |h|e|l|p| |d|o|c|u|m|e|n|t|a|t|i|o|n|?|)| +0#0000000&@11
 @75
-@48|*+0#ffffff16&|g+0#e000002&|:|z|i|g|_|r|e|c|o|m@1|e|n|d|e|d|_|s|t|y|l|e|*+0#ffffff16&| +0#0000000&@1
-|B|y| |d|e|f|a|u|l|t| |t|h|e| |f|o|l@1|o|w|i|n|g| |i|n|d|e|n|t|a|t|i|o|n| |o|p|t|i|o|n|s| |a|r|e| |s|e|t|,| |i|n| |a|c@1|o|r|d|a|n|c|e| |w|i|t|h| |Z|i
-|g|'|s| @71
-|r|e|c|o|m@1|e|n|d|e|d| |s|t|y|l|e| |(|h+0#e000002&|t@1|p|s|:|/@1|z|i|g|l|a|n|g|.|o|r|g|/|d|o|c|u|m|e|n|t|a|t|i|o|n|/|m|a|s|t|e|r|/|)+0#0000000&|:| +0#ffffff16&|>| +0#0000000&@10
+@32|r+0#e000002&|e|s|t|o|r|e|-|c|u|r|s|o|r| +0#0000000&|l+0#e000002&|a|s|t|-|p|o|s|i|t|i|o|n|-|j|u|m|p| +0#0000000&@9
+@4>a+0#af5f00255&|u|g|r|o|u|p| +0#0000000&|R|e|s|t|o|r|e|C|u|r|s|o|r| @49
+@6|a+0#af5f00255&|u|t|o|c|m|d|!| +0#0000000&@60
+@6|a+0#af5f00255&|u|t|o|c|m|d| +0#0000000&|B+0#00e0003&|u|f|R|e|a|d|P|o|s|t| +0#0000000&|*+0#e000e06&| +0#0000000&@47
+@8|\+0#e000e06&| +0#0000000&|l+0#af5f00255&|e|t| +0#0000000&|l|i|n|e| |=+0#af5f00255&| +0#0000000&|l+0#00e0e07&|i|n|e|(+0#e000e06&|"+0#e000002&|'|\+0#e000e06&|"|"+0#e000002&|)+0#e000e06&| +0#0000000&@42
+@8|\+0#e000e06&| +0#0000000&||| |i+0#af5f00255&|f| +0#0000000&|l|i|n|e| |>+0#af5f00255&|=| +0#0000000&|1+0#e000002&| +0#0000000&|&+0#af5f00255&@1| +0#0000000&|l|i|n|e| |<+0#af5f00255&|=| +0#0000000&|l+0#00e0e07&|i|n|e|(+0#e000e06&|"+0#e000002&|$|"|)+0#e000e06&| +0#0000000&|&+0#af5f00255&@1| +0#0000000&|&+0#00e0e07&|f|i|l|e|t|y|p|e| +0#0000000&|!+0#af5f00255&|~|#| +0#0000000&|'+0#e000002&|c|o|m@1|i|t|'| +0#0000000&@3
+@8|\+0#e000e06&| +0#0000000&@5|&+0#af5f00255&@1| +0#0000000&|i+0#00e0e07&|n|d|e|x|(+0#e000e06&|[|'+0#e000002&|x@1|d|'|,+0#0000000&| |'+0#e000002&|g|i|t|r|e|b|a|s|e|'|]+0#e000e06&|,+0#0000000&| |&+0#00e0e07&|f|i|l|e|t|y|p|e|)+0#e000e06&| +0#0000000&|=+0#af5f00255&@1| +0#0000000&|-+0#af5f00255&|1+0#e000002&| +0#0000000&@12
+@8|\+0#e000e06&| +0#0000000&@5|&+0#af5f00255&@1| +0#0000000&|!+0#af5f00255&|&+0#00e0e07&|d|i|f@1| +0#0000000&@50
+@8|\+0#e000e06&| +0#0000000&||| @2|e+0#af5f00255&|x|e|c|u|t|e| +0#0000000&|"+0#e000002&|n|o|r|m|a|l|!| |g|`|\+0#e000e06&|"|"+0#e000002&| +0#0000000&@38
+@8|\+0#e000e06&| +0#0000000&||| |e+0#af5f00255&|n|d|i|f| +0#0000000&@57
+@4|a+0#af5f00255&|u|g|r|o|u|p| +0#0000000&|E|N|D| @59
 @75
 @75
-|N+0#e000e06&|O|T|E|,| |W|A|R|N|I|N|G| |a|n|d| |D|E|P|R|E|C|A|T|E|D|~+0#ffffff16&| +0#0000000&@45
+|U+0#e000e06&|R|L|s| +0#0000000&@70
 @75
-|W|h|e|n| |y|o|u| |'|s|e|n|d| |a| |f|i|l|e| |t|o| |V|i|m|'|,| |V|i|m| |c|h|a|n|g|e|s| |t|o| |t|h|a|t| |f|i|l|e|'|s| |d|i|r|e|c|t|o|r|y|.| @1|N|o|t|e|,
-|h|o|w|e|v|e|r|,| |t|h|a|t| |a|n|y| |l|o|n|g| |d|i|r|e|c|t|o|r|y| |n|a|m|e|s| |w|i|l@1| |a|p@1|e|a|r| |i|n| |t|h|e|i|r| |s|h|o|r|t| |(|M|S|-|D|O|S|)| 
-|f|o|r|m| |o|n| |s|o|m|e| |W|i|n|d|o|w|s| |v|e|r|s|i|o|n|s|.| @1|T|h|i|s| |i|s| |a| |l|i|m|i|t|a|t|i|o|n| |o|f| |t|h|e| |W|i|n|d|o|w|s| |"|S|e|n|d| |T
-|o|"| @72
-@57|1|9|,|1| @9|4|0|%| 
+@57|1|9|,|5| @9|3|0|%| 
index 1bd0813896bbd063c8f50042d975740b1af15a7a..252425368be72f91b78ade08192959bb0fe39e7f 100644 (file)
@@ -1,20 +1,20 @@
-|f+0&#ffffff0|o|r|m| |o|n| |s|o|m|e| |W|i|n|d|o|w|s| |v|e|r|s|i|o|n|s|.| @1|T|h|i|s| |i|s| |a| |l|i|m|i|t|a|t|i|o|n| |o|f| |t|h|e| |W|i|n|d|o|w|s| |"|S|e|n|d| |T
-|o|"| @72
-|m|e|c|h|a|n|i|s|m|.| @64
+| +0&#ffffff0@74
+@48|g+0#e000002&|:|z|i|g|_|r|e|c|o|m@1|e|n|d|e|d|_|s|t|y|l|e| +0#0000000&@3
+|B|y| |d|e|f|a|u|l|t| |t|h|e| |f|o|l@1|o|w|i|n|g| |i|n|d|e|n|t|a|t|i|o|n| |o|p|t|i|o|n|s| |a|r|e| |s|e|t|,| |i|n| |a|c@1|o|r|d|a|n|c|e| |w|i|t|h| |Z|i
+|g|'|s| @71
+|r|e|c|o|m@1|e|n|d|e|d| |s|t|y|l|e| |(|h+0#e000002&|t@1|p|s|:|/@1|z|i|g|l|a|n|g|.|o|r|g|/|d|o|c|u|m|e|n|t|a|t|i|o|n|/|m|a|s|t|e|r|/|)+0#0000000&|:| @12
+> @74
 @75
+|N+0#e000e06&|O|T|E|,| |W|A|R|N|I|N|G| |a|n|d| |D|E|P|R|E|C|A|T|E|D| +0#0000000&@46
 @75
->E+0#e000e06&|X|A|M|P|L|E| |L|A|N|G|U|A|G|E|S|~+0#ffffff16&| +0#0000000&@56
-@56|*+0#ffffff16&|v+0#e000002&|i|m|9|-|m|i|x|*+0#ffffff16&| +0#0000000&@8
-|T|h|e|r|e| |i|s| |o|n|e| |w|a|y| |t|o| |u|s|e| |b|o|t|h| |l|e|g|a|c|y| |a|n|d| |V|i|m|9| |s|y|n|t|a|x| |i|n| |o|n|e| |s|c|r|i|p|t| |f|i|l|e|:| +0#ffffff16&|>|v|i
-|m|9| +0#0000000&@72
+|W|h|e|n| |y|o|u| |'|s|e|n|d| |a| |f|i|l|e| |t|o| |V|i|m|'|,| |V|i|m| |c|h|a|n|g|e|s| |t|o| |t|h|a|t| |f|i|l|e|'|s| |d|i|r|e|c|t|o|r|y|.| @1|N|o|t|e|,
+|h|o|w|e|v|e|r|,| |t|h|a|t| |a|n|y| |l|o|n|g| |d|i|r|e|c|t|o|r|y| |n|a|m|e|s| |w|i|l@1| |a|p@1|e|a|r| |i|n| |t|h|e|i|r| |s|h|o|r|t| |(|M|S|-|D|O|S|)| 
+|f|o|r|m| |o|n| |s|o|m|e| |W|i|n|d|o|w|s| |v|e|r|s|i|o|n|s|.| @1|T|h|i|s| |i|s| |a| |l|i|m|i|t|a|t|i|o|n| |o|f| |t|h|e| |W|i|n|d|o|w|s| |"|S|e|n|d| |T
+|o|"| @72
+|m|e|c|h|a|n|i|s|m|.| @64
 @75
-@8|"+0#0000e05&| |l|e|g|a|c|y| |V|i|m| |s|c|r|i|p|t| |c|o|m@1|e|n|t|s| |m|a|y| |g|o| |h|e|r|e| +0#0000000&@26
-@8|i+0#af5f00255&|f| +0#0000000&|!+0#af5f00255&|h+0#00e0e07&|a|s|(+0#e000e06&|'+0#e000002&|v|i|m|9|s|c|r|i|p|t|'|)+0#e000e06&| +0#0000000&@45
-@11|"+0#0000e05&| |l|e|g|a|c|y| |V|i|m| |s|c|r|i|p|t| |c|o|m@1|a|n|d|s| |g|o| |h|e|r|e| +0#0000000&@27
-@11|f+0#af5f00255&|i|n|i|s|h| +0#0000000&@57
-@8|e+0#af5f00255&|n|d|i|f| +0#0000000&@61
-@8|v+0#af5f00255&|i|m|9|s|c|r|i|p|t| +0#0000000&@56
-@8|#+0#0000e05&| |V|i|m|9| |s|c|r|i|p|t| |c|o|m@1|a|n|d|s| |g|o| |h|e|r|e| +0#0000000&@36
 @75
-|T|h|i|s| |a|l@1|o|w|s| |f|o|r| |w|r|i|t|i|n|g| |a| |s|c|r|i|p|t| |t|h|a|t| |t|a|k|e|s| |a|d|v|a|n|t|a|g|e| |o|f| |t|h|e| |V|i|m|9| |s|c|r|i|p|t| @2
-@57|3|4|,|1| @9|9|0|%| 
+|E+0#e000e06&|X|A|M|P|L|E| |L|A|N|G|U|A|G|E|S| +0#0000000&@57
+@56|v+0#e000002&|i|m|9|-|m|i|x| +0#0000000&@10
+|T|h|e|r|e| |i|s| |o|n|e| |w|a|y| |t|o| |u|s|e| |b|o|t|h| |l|e|g|a|c|y| |a|n|d| |V|i|m|9| |s|y|n|t|a|x| |i|n| |o|n|e| |s|c|r|i|p|t| |f|i|l|e|:| |@+0#4040ff13&@2
+| +0#0000000&@56|3|6|,|0|-|1| @7|6|8|%| 
index f403f1cebc59953bc02e514f8b03c1a1da76b60e..c2885ffb448f6f46ed2127fdcb53c62155accdac 100644 (file)
@@ -1,20 +1,20 @@
-|T+0&#ffffff0|h|i|s| |a|l@1|o|w|s| |f|o|r| |w|r|i|t|i|n|g| |a| |s|c|r|i|p|t| |t|h|a|t| |t|a|k|e|s| |a|d|v|a|n|t|a|g|e| |o|f| |t|h|e| |V|i|m|9| |s|c|r|i|p|t| @2
+|T+0&#ffffff0|h|e|r|e| |i|s| |o|n|e| |w|a|y| |t|o| |u|s|e| |b|o|t|h| |l|e|g|a|c|y| |a|n|d| |V|i|m|9| |s|y|n|t|a|x| |i|n| |o|n|e| |s|c|r|i|p|t| |f|i|l|e|:| @3
+@75
+@75
+@8|"+0#0000e05&| |l|e|g|a|c|y| |V|i|m| |s|c|r|i|p|t| |c|o|m@1|e|n|t|s| |m|a|y| |g|o| |h|e|r|e| +0#0000000&@26
+@8|i+0#af5f00255&|f| +0#0000000&|!+0#af5f00255&|h+0#00e0e07&|a|s|(+0#e000e06&|'+0#e000002&|v|i|m|9|s|c|r|i|p|t|'|)+0#e000e06&| +0#0000000&@45
+@11>"+0#0000e05&| |l|e|g|a|c|y| |V|i|m| |s|c|r|i|p|t| |c|o|m@1|a|n|d|s| |g|o| |h|e|r|e| +0#0000000&@27
+@11|f+0#af5f00255&|i|n|i|s|h| +0#0000000&@57
+@8|e+0#af5f00255&|n|d|i|f| +0#0000000&@61
+@8|v+0#af5f00255&|i|m|9|s|c|r|i|p|t| +0#0000000&@56
+@8|#+0#0000e05&| |V|i|m|9| |s|c|r|i|p|t| |c|o|m@1|a|n|d|s| |g|o| |h|e|r|e| +0#0000000&@36
+@75
+|T|h|i|s| |a|l@1|o|w|s| |f|o|r| |w|r|i|t|i|n|g| |a| |s|c|r|i|p|t| |t|h|a|t| |t|a|k|e|s| |a|d|v|a|n|t|a|g|e| |o|f| |t|h|e| |V|i|m|9| |s|c|r|i|p|t| @2
 |s|y|n|t|a|x| |i|f| |p|o|s@1|i|b|l|e|,| |b|u|t| |w|i|l@1| |a|l|s|o| |w|o|r|k| |o|n| |a| |V|i|m| |v|e|r|s|i|o|n| |w|i|t|h|o|u|t| |i|t|.| @7
 @75
-@1>v|i|m|:|t|w|=|7|8|:|t|s|=|8|:|n|o|e|t|:|f|t|=|h|e|l|p|:|n|o|r|l|:| @40
+@1|v|i|m|:|t|w|=|7|8|:|t|s|=|8|:|n|o|e|t|:|f|t|=|h|e|l|p|:|n|o|r|l|:| @40
 |~+0#4040ff13&| @73
 |~| @73
 |~| @73
 |~| @73
-|~| @73
-|~| @73
-|~| @73
-|~| @73
-|~| @73
-|~| @73
-|~| @73
-|~| @73
-|~| @73
-|~| @73
-|~| @73
-| +0#0000000&@56|4|9|,|2| @9|B|o|t| 
+| +0#0000000&@56|5|2|,|5|-|1|2| @6|B|o|t| 
index fd56f9cd0dbfc17b02cb1119b9ad29cfb6eb1d05..2338bbcc94da5e4313aec81bfae516947b835bcc 100644 (file)
@@ -1,3 +1,15 @@
+
+
+                 VIM REFERENCE MANUAL    by Bram Moolenaar
+                                         and Somebody Else
+                                         and Another Person
+
+
+                 VIM USER MANUAL         by Bram Moolenaar
+                                         and Somebody Else
+                                         and Another Person
+
+
 VIM HELP FILE FORMAT
 
 
diff --git a/runtime/syntax/testdir/input/setup/help.vim b/runtime/syntax/testdir/input/setup/help.vim
new file mode 100644 (file)
index 0000000..038175a
--- /dev/null
@@ -0,0 +1 @@
+set conceallevel=2