Add space to commentstring in Vim plugin

See https://github.com/vim/vim/pull/14843.
This commit is contained in:
Nihaal Sangha
2024-08-26 21:38:07 +01:00
committed by GitHub
parent b40b6c3438
commit a4b1fc9dba

View File

@ -16,7 +16,7 @@ pub const ftplugin =
\\endif \\endif
\\let b:did_ftplugin = 1 \\let b:did_ftplugin = 1
\\ \\
\\setlocal commentstring=#%s \\setlocal commentstring=#\ %s
\\setlocal iskeyword+=- \\setlocal iskeyword+=-
\\ \\
\\" Use syntax keywords for completion \\" Use syntax keywords for completion