From a4b1fc9dba2dc33b99def21ca24aaf175e3a07fb Mon Sep 17 00:00:00 2001 From: Nihaal Sangha Date: Mon, 26 Aug 2024 21:38:07 +0100 Subject: [PATCH] Add space to `commentstring` in Vim plugin See https://github.com/vim/vim/pull/14843. --- src/config/vim.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/vim.zig b/src/config/vim.zig index 5831c2ac4..64d08d776 100644 --- a/src/config/vim.zig +++ b/src/config/vim.zig @@ -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