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,4 +1,4 @@
if exists("b:nim_loaded")
if exists('b:nim_loaded')
finish
endif