0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

runtime(doc): fix typo in :h ft-csv-syntax

closes: #15179

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq 2024-07-08 21:02:14 +02:00 committed by Christian Brabandt
parent b3c232215d
commit d1c369892d
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View 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 VIM REFERENCE MANUAL by Bram Moolenaar
@ -1223,9 +1223,9 @@ variable.
CSV *ft-csv-syntax* CSV *ft-csv-syntax*
If you change the delimiter of the CSV file, the syntax highlighting will be If you change the delimiter of a CSV file, its syntax highlighting will no
now longer match the changed file content. You will need to unlet the longer match the changed file content. You will need to unlet the following
following variable: > variable: >
:unlet b:csv_delimiter :unlet b:csv_delimiter
@ -1234,7 +1234,7 @@ And afterwards save and reload the file: >
:w :w
:e :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* CYNLIB *cynlib.vim* *ft-cynlib-syntax*