From e84efc3366de581e129c07c0624dd78470086260 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Sat, 18 Jun 2011 18:54:53 +1200 Subject: [PATCH] Also set scriptencoding in syntax file --- syntax/tagbar.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/syntax/tagbar.vim b/syntax/tagbar.vim index 7b0f0b5..e51fa72 100644 --- a/syntax/tagbar.vim +++ b/syntax/tagbar.vim @@ -5,6 +5,10 @@ " Website: http://majutsushi.github.com/tagbar/ " Version: 2.1 +if has('multi_byte') + scriptencoding utf-8 +endif + if exists("b:current_syntax") finish endif