vimenv

configure vim environment
git clone git://git.unixkoans.com/vimenv.git
Log | Files | Refs | Submodules

commit d0080be0f2fe1c3437c7aa1a06d6fa650e172faf
parent 5059d21a0b42fd378d9943e3e5bbc37de147753e
Author: Xiaodong Xu <[email protected]>
Date:   Sun May 20 16:59:07 +0800

Add textobj-rubyblock plugin

Diffstat:
.gitmodules | 9+++++++++
_vim/bundle/matchit | 1+
_vim/bundle/textobj-rubyblock | 1+
_vim/bundle/textobj-user | 1+
_vim/conf/plugin.vim | 12++++++------
5 files changed, 18 insertions(+), 6 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -43,3 +43,12 @@ [submodule "_vim/bundle/ruby"] path = _vim/bundle/ruby url = git://github.com/vim-ruby/vim-ruby.git +[submodule "_vim/bundle/textobj-rubyblock"] + path = _vim/bundle/textobj-rubyblock + url = git://github.com/nelstrom/vim-textobj-rubyblock.git +[submodule "_vim/bundle/textobj-user"] + path = _vim/bundle/textobj-user + url = git://github.com/kana/vim-textobj-user.git +[submodule "_vim/bundle/matchit"] + path = _vim/bundle/matchit + url = git://github.com/mirell/vim-matchit.git diff --git a/_vim/bundle/matchit b/_vim/bundle/matchit @@ -0,0 +1 @@ +Subproject commit 4c6f5e7d4b6e3762d1649b026ab4d73b18d79d78 diff --git a/_vim/bundle/textobj-rubyblock b/_vim/bundle/textobj-rubyblock @@ -0,0 +1 @@ +Subproject commit c6b186dd5ad74503439c967e0d2ad863fcba93bc diff --git a/_vim/bundle/textobj-user b/_vim/bundle/textobj-user @@ -0,0 +1 @@ +Subproject commit 1b738334952a7944d3591253dcc3576b1ccb2c9d diff --git a/_vim/conf/plugin.vim b/_vim/conf/plugin.vim @@ -1,6 +1,6 @@ " " author: Xu Xiaodong <[email protected]> -" modified: 2012 May 15 +" modified: 2012 May 20 " "-- plugin --" @@ -10,19 +10,19 @@ runtime bundle/pathogen/autoload/pathogen.vim call pathogen#infect() call pathogen#helptags() -" powerline -"let g:Powerline_symbols='fancy' - " align vmap <silent> <leader>i= <esc>:AlignPush<cr>:AlignCtrl lp1P1<cr>:'<,'>Align =<cr>:AlignPop<cr> vmap <silent> <leader>i, <esc>:AlignPush<cr>:AlignCtrl lp0P1<cr>:'<,'>Align ,<cr>:AlignPop<cr> vmap <silent> <leader>i( <esc>:AlignPush<cr>:AlignCtrl lp0P0<cr>:'<,'>Align (<cr>:AlignPop<cr> +" powerline +"let g:Powerline_symbols='fancy' + " gsession -let g:local_session_filename='.session.vim' +"let g:local_session_filename='.session.vim' " yankring -map <leader>y :YRShow<cr> +"map <leader>y :YRShow<cr> " closetag "let g:closetag_html_style=1