From 6e21df2de438b8ce118672ff5129fcd8de2d4513 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Fri, 1 Jul 2016 19:05:33 +0900 Subject: default shoule be disabled --- plugin/sonictemplate.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/sonictemplate.vim b/plugin/sonictemplate.vim index aa5873b..06f598a 100644 --- a/plugin/sonictemplate.vim +++ b/plugin/sonictemplate.vim @@ -44,7 +44,7 @@ else endif " TODO fix better name -if get(g:, 'sonictemplate_enable_pattern', 0) == 0 +if get(g:, 'sonictemplate_enable_pattern', 0) != 0 augroup sonictemplate au! filetype * silent! call sonictemplate#load_pattern() augroup END -- cgit v1.2.3-54-g00ecf