mirror of
https://github.com/vim/vim.git
synced 2026-05-10 12:21:30 +02:00
- Adopt csh syntax file. - Highlight tcsh strings with the String highlight group. - Fix 'set' command highlighting with trailing comments. See https://github.com/vim/vim/pull/19172#issuecomment-3751574224 - Fix whitespace style in MAINTAINERS file closes: #19191 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
7 lines
131 B
Tcsh
7 lines
131 B
Tcsh
# https://github.com/vim/vim/pull/19172#issuecomment-3751574224
|
|
|
|
set script_dir="" #comment
|
|
set script_dir=""
|
|
set script_dir="" #
|
|
|