From 9931e0888b2419326ae10ebbfae532261c5c125f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 30 Jun 2016 16:11:56 +0200 Subject: Fix submodules --- vim/bundle/tagbar | 1 + vim/bundle/tagbar/syntax/tagbar.vim | 63 ------------------------------------- 2 files changed, 1 insertion(+), 63 deletions(-) create mode 160000 vim/bundle/tagbar delete mode 100644 vim/bundle/tagbar/syntax/tagbar.vim (limited to 'vim/bundle/tagbar/syntax') diff --git a/vim/bundle/tagbar b/vim/bundle/tagbar new file mode 160000 index 0000000..7b36c46 --- /dev/null +++ b/vim/bundle/tagbar @@ -0,0 +1 @@ +Subproject commit 7b36c46d17d57db34fdb0adac9ba6382d0bb5e66 diff --git a/vim/bundle/tagbar/syntax/tagbar.vim b/vim/bundle/tagbar/syntax/tagbar.vim deleted file mode 100644 index a1d450b..0000000 --- a/vim/bundle/tagbar/syntax/tagbar.vim +++ /dev/null @@ -1,63 +0,0 @@ -" File: tagbar.vim -" Description: Tagbar syntax settings -" Author: Jan Larres -" Licence: Vim licence -" Website: http://majutsushi.github.com/tagbar/ -" Version: 2.6.1 - -scriptencoding utf-8 - -if exists("b:current_syntax") - finish -endif - -let s:ics = escape(join(g:tagbar_iconchars, ''), ']^\-') -let s:pattern = '\(^[' . s:ics . '] \?\)\@<=[^-+: ]\+[^:]\+$' -execute "syntax match TagbarKind '" . s:pattern . "'" - -let s:pattern = '\(\S\@