From 617b01a5b6aa3cadb25b2ff8639e330cfc6cf3c1 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 11 Nov 2014 02:37:21 +0100 Subject: Update --- ftplugin/mustache.vim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ftplugin/mustache.vim') diff --git a/ftplugin/mustache.vim b/ftplugin/mustache.vim index 592ed09d..61b5896d 100644 --- a/ftplugin/mustache.vim +++ b/ftplugin/mustache.vim @@ -1,3 +1,8 @@ +if exists('g:loaded_mustache_handlebars') && g:loaded_mustache_handlebars + finish +endif +let g:loaded_mustache_handlebars = 1 + let s:cpo_save = &cpo set cpo&vim -- cgit v1.2.3