]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix typo in :h ft-csv-syntax
authorzeertzjq <zeertzjq@outlook.com>
Mon, 8 Jul 2024 19:02:14 +0000 (21:02 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 8 Jul 2024 19:02:14 +0000 (21:02 +0200)
closes: #15179

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/syntax.txt

index acc4783c80c16fa5166f872a69ee21ff5db55421..3cb97f38fc7097e2680a85b373496269fafd300d 100644 (file)
@@ -1,4 +1,4 @@
-*syntax.txt*   For Vim version 9.1.  Last change: 2024 Jul 06
+*syntax.txt*   For Vim version 9.1.  Last change: 2024 Jul 08
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1223,9 +1223,9 @@ variable.
 
 CSV                                                    *ft-csv-syntax*
 
-If you change the delimiter of the CSV file, the syntax highlighting will be
-now longer match the changed file content. You will need to unlet the
-following variable: >
+If you change the delimiter of a CSV file, its syntax highlighting will no
+longer match the changed file content. You will need to unlet the following
+variable: >
 
        :unlet b:csv_delimiter
 
@@ -1234,7 +1234,7 @@ And afterwards save and reload the file: >
        :w
        :e
 
-Now the syntax engine should determine the newly changed csv delimiter.
+Now the syntax engine should determine the newly changed CSV delimiter.
 
 
 CYNLIB                                         *cynlib.vim* *ft-cynlib-syntax*