Fixing spaces

This commit is contained in:
Bruce Hill 2018-11-15 19:59:28 -08:00
parent 6fcfa9da9c
commit 6b9b5e60f5

View File

@ -11,7 +11,7 @@ setlocal formatoptions-=t
setlocal iskeyword+=%
setlocal cpoptions+=M
setlocal foldmethod=indent
setlocal formatprg=nomsu tools/autoformat.nom -
setlocal formatprg=nomsu\ tools/autoformat.nom\ -
normal zR
command! NomsuHideTests :g/^\s*test:$/exe "normal! jzc"