Added commentstring setting

This commit is contained in:
Bruce Hill 2021-02-07 19:19:46 -08:00
parent e8dff90d06
commit c32c7cf25f

View File

@ -15,6 +15,7 @@ setlocal formatprg=nomsu\ -t\ format\ -q\ -
setlocal expandtab
setlocal tabstop=4
setlocal shiftwidth=0
setlocal commentstring=//\ %s
normal zR
command! NomsuHideTests :g/^\s*test:$/exe "normal! jzc"