From: Sergey Matveev Date: Thu, 26 Oct 2023 15:09:54 +0000 (+0300) Subject: Sometimes commenting does not insert space X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=dee065044733579194225e1d4e67f8c674c99d27 Sometimes commenting does not insert space --- diff --git a/vim/.vim/ftplugin/texinfo/autos.vim b/vim/.vim/ftplugin/texinfo/autos.vim index 8af4e1e..11e949d 100644 --- a/vim/.vim/ftplugin/texinfo/autos.vim +++ b/vim/.vim/ftplugin/texinfo/autos.vim @@ -1,2 +1,2 @@ abbreviate \t @tab -set commentstring=@c\ %s +set commentstring=@c\ \ %s