mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 09:02:40 +00:00
vim-patch:d1c3698: runtime(doc): fix typo in :h ft-csv-syntax (#29619)
closes: vim/vim#15179
d1c369892d
This commit is contained in:
@@ -754,9 +754,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
|
||||||
|
|
||||||
@@ -765,7 +765,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*
|
||||||
|
|||||||
Reference in New Issue
Block a user