1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Move some tests to autoload

This commit is contained in:
Jan Larres
2011-07-15 17:34:47 +12:00
parent 4920be4438
commit 96d0050ea4
3 changed files with 55 additions and 52 deletions

View File

@@ -5,9 +5,7 @@
" Website: http://majutsushi.github.com/tagbar/
" Version: 2.1
if has('multi_byte')
scriptencoding utf-8
endif
scriptencoding utf-8
if exists("b:current_syntax")
finish
@@ -62,3 +60,5 @@ highlight default TagbarAccessProtected guifg=Blue ctermfg=Blue
highlight default TagbarAccessPrivate guifg=Red ctermfg=Red
let b:current_syntax = "tagbar"
" vim: ts=8 sw=4 sts=4 et foldenable foldmethod=marker foldcolumn=1