runtime(doc): fix typo in :h ft-csv-syntax Commit: https://github.com/vim/vim/commit/d1c369892d49775e3da502981d0d896c98592528 Author: zeertzjq <zeert...@outlook.com> Date: Mon Jul 8 21:02:14 2024 +0200
runtime(doc): fix typo in :h ft-csv-syntax closes: https://github.com/vim/vim/issues/15179 Signed-off-by: zeertzjq <zeert...@outlook.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index acc4783c8..3cb97f38f 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -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* -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1sQtpI-00BLaV-UP%40256bit.org.