Added commentstring setting
This commit is contained in:
parent
e8dff90d06
commit
c32c7cf25f
@ -15,6 +15,7 @@ setlocal formatprg=nomsu\ -t\ format\ -q\ -
|
|||||||
setlocal expandtab
|
setlocal expandtab
|
||||||
setlocal tabstop=4
|
setlocal tabstop=4
|
||||||
setlocal shiftwidth=0
|
setlocal shiftwidth=0
|
||||||
|
setlocal commentstring=//\ %s
|
||||||
normal zR
|
normal zR
|
||||||
|
|
||||||
command! NomsuHideTests :g/^\s*test:$/exe "normal! jzc"
|
command! NomsuHideTests :g/^\s*test:$/exe "normal! jzc"
|
||||||
|
Loading…
Reference in New Issue
Block a user