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/lightline.vim | 1 + vim/bundle/lightline.vim/test/.themisrc | 20 -------------------- 2 files changed, 1 insertion(+), 20 deletions(-) create mode 160000 vim/bundle/lightline.vim delete mode 100644 vim/bundle/lightline.vim/test/.themisrc (limited to 'vim/bundle/lightline.vim/test/.themisrc') diff --git a/vim/bundle/lightline.vim b/vim/bundle/lightline.vim new file mode 160000 index 0000000..430ce2c --- /dev/null +++ b/vim/bundle/lightline.vim @@ -0,0 +1 @@ +Subproject commit 430ce2cb063b39a0c7950cafd617e333acb6759a diff --git a/vim/bundle/lightline.vim/test/.themisrc b/vim/bundle/lightline.vim/test/.themisrc deleted file mode 100644 index c226c08..0000000 --- a/vim/bundle/lightline.vim/test/.themisrc +++ /dev/null @@ -1,20 +0,0 @@ -let s:sids = {} -function! s:sid(path) abort - if has_key(s:sids, a:path) - return s:sids[a:path] - endif - redir => scriptnames - silent! scriptnames - redir END - for line in split(scriptnames, '\n') - if line =~# a:path - let sid = matchstr(line, '\v^\s*\zs\d+\ze') - let s:sids[a:path] = sid - return sid - endif - endfor -endfunction - -function! SID(name) abort - return function(printf("\%d_%s", s:sid('autoload/lightline.vim'), a:name)) -endfunction -- cgit v1.2.3