commit ffecf70701e84357284b4e265271a1e9df5318d7 parent 7d70d92f27cc628bbe8bdcda654518eee3e2cee4 Author: Xiaodong Xu <[email protected]> Date: Sun Jul 14 23:14:56 +0800 Add unite and unite-outline Diffstat:
.gitmodules | | | 6 | ++++++ |
_vim/bundle/pathogen | | | 2 | +- |
_vim/bundle/perl | | | 2 | +- |
_vim/bundle/syntastic | | | 2 | +- |
_vim/bundle/unite | | | 1 | + |
_vim/bundle/unite-outline | | | 1 | + |
_vim/conf/plugin.vim | | | 4 | ++-- |
diff --git a/.gitmodules b/.gitmodules @@ -130,3 +130,9 @@ [submodule "_vim/bundle/hybrid"] path = _vim/bundle/hybrid url = git://github.com/w0ng/vim-hybrid.git +[submodule "_vim/bundle/unite"] + path = _vim/bundle/unite + url = git://github.com/Shougo/unite.vim.git +[submodule "_vim/bundle/unite-outline"] + path = _vim/bundle/unite-outline + url = git://github.com/h1mesuke/unite-outline.git diff --git a/_vim/bundle/pathogen b/_vim/bundle/pathogen @@ -1 +1 @@ -Subproject commit f1926ab6731cb1877160ff94d01ea644d257076e +Subproject commit 1270dceb1fe0ca35f8b292c7b41b45b42c5a0cc1 diff --git a/_vim/bundle/perl b/_vim/bundle/perl @@ -1 +1 @@ -Subproject commit 29425c11013be44ab1462fdc92ca59d366562505 +Subproject commit 101121c75a7c7ded75c8d575cf3947f841f5f10a diff --git a/_vim/bundle/syntastic b/_vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 9f7d5d74479743291e2fb225dfcfe8a89ebc80c7 +Subproject commit 8c05dbf16e90c54d089933113fe41f6984e8e17c diff --git a/_vim/bundle/unite b/_vim/bundle/unite @@ -0,0 +1 @@ +Subproject commit c86335e536c5b6541e75475d2350180e16f5a193 diff --git a/_vim/bundle/unite-outline b/_vim/bundle/unite-outline @@ -0,0 +1 @@ +Subproject commit 962aaa61d5585634c15c3a7071df7c6a12c5e3cd diff --git a/_vim/conf/plugin.vim b/_vim/conf/plugin.vim @@ -1,6 +1,6 @@ " " author : Xu Xiaodong <[email protected]> -" modified : 2013 Jul 11 +" modified : 2013 Jul 14 " "-- plugin --" @@ -16,7 +16,7 @@ vmap <silent> <leader>i, <esc>:AlignPush<cr>:AlignCtrl lp0P1<cr>:'<,'>Align ,<cr vmap <silent> <leader>i( <esc>:AlignPush<cr>:AlignCtrl lp0P0<cr>:'<,'>Align (<cr>:AlignPop<cr> " powerline -let g:Powerline_symbols='unicode' +let g:Powerline_symbols='fancy' let g:Powerline_theme='codefun' " nerdtree