vint: Use single quotes.

This commit is contained in:
Yasuhiro Matsumoto 2020-10-16 11:18:49 +09:00 committed by zah
commit d37b228985
6 changed files with 48 additions and 46 deletions

View file

@ -1,2 +1,4 @@
au BufNewFile,BufRead *.nim,*.nims,*.nimble set filetype=nim
augroup nim_vim
au BufNewFile,BufRead *.nim,*.nims,*.nimble set filetype=nim
augroup END