diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2016-07-01 19:05:33 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2016-07-01 19:05:33 +0900 |
commit | 6e21df2de438b8ce118672ff5129fcd8de2d4513 (patch) | |
tree | a7803ecf0a2ff5281ddf8b25222d3313b83b3ff6 /plugin/sonictemplate.vim | |
parent | 834f3b06aac0d296d030d3673c4b919a9f591cca (diff) | |
download | vim-sonictemplate-6e21df2de438b8ce118672ff5129fcd8de2d4513.tar.gz vim-sonictemplate-6e21df2de438b8ce118672ff5129fcd8de2d4513.tar.bz2 vim-sonictemplate-6e21df2de438b8ce118672ff5129fcd8de2d4513.zip |
default shoule be disabled
Diffstat (limited to 'plugin/sonictemplate.vim')
-rw-r--r-- | plugin/sonictemplate.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |