Skip to content

Commit

Permalink
Merge pull request #2152 from nihaals/vim-commentstring
Browse files Browse the repository at this point in the history
Add space to `commentstring` in Vim plugin
  • Loading branch information
mitchellh authored Aug 26, 2024
2 parents b40b6c3 + a4b1fc9 commit 3746fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/vim.zig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub const ftplugin =
\\endif
\\let b:did_ftplugin = 1
\\
\\setlocal commentstring=#%s
\\setlocal commentstring=#\ %s
\\setlocal iskeyword+=-
\\
\\" Use syntax keywords for completion
Expand Down

0 comments on commit 3746fed

Please sign in to comment.