Merge pull request #2152 from nihaals/vim-commentstring

Add space to `commentstring` in Vim plugin
This commit is contained in:
Mitchell Hashimoto
2024-08-26 13:57:11 -07:00
committed by GitHub

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