aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-07-09 06:41:26 +0800
committerGitHub <noreply@github.com>2024-07-09 06:41:26 +0800
commitfb6c059dc55c8d594102937be4dd70f5ff51614a (patch)
tree8967ca24ab62b2f69ea91c3dc72e25897de87558 /runtime/doc/syntax.txt
parent9ebf3454ade5ba832e77fd4c782cedc99267ec19 (diff)
downloadrneovim-fb6c059dc55c8d594102937be4dd70f5ff51614a.tar.gz
rneovim-fb6c059dc55c8d594102937be4dd70f5ff51614a.tar.bz2
rneovim-fb6c059dc55c8d594102937be4dd70f5ff51614a.zip
vim-patch:d1c3698: runtime(doc): fix typo in :h ft-csv-syntax (#29619)
closes: vim/vim#15179 https://github.com/vim/vim/commit/d1c369892d49775e3da502981d0d896c98592528
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 07a546cfdd..6394cdc719 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -754,9 +754,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
@@ -765,7 +765,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*