Skip to content

Commit

Permalink
Update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Dai committed Mar 29, 2015
1 parent d34eca0 commit c23e038
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .vim/bundle/ack.vim
2 changes: 1 addition & 1 deletion .vim/bundle/file-line
Submodule file-line updated 2 files
+29 −0 README.md
+61 −27 plugin/file_line.vim
2 changes: 1 addition & 1 deletion .vim/bundle/supertab
2 changes: 1 addition & 1 deletion .vim/bundle/tabular
6 changes: 4 additions & 2 deletions .vim/bundle/tlib_vim_after/after/plugin/02tlib.vim
@@ -1,4 +1,6 @@
" C-J and C-K to move cursor
let g:tlib_keyagents_InputList_s[10] = 'tlib#agent#Down' " <c-j>
let g:tlib_keyagents_InputList_s[11] = 'tlib#agent#Up' " <c-k>
let g:tlib_extend_keyagents_InputList_s = {
\ 10: 'tlib#agent#Down',
\ 11: 'tlib#agent#Up'
\ }

2 changes: 1 addition & 1 deletion .vim/bundle/vim-commentary
2 changes: 1 addition & 1 deletion .vim/bundle/vim-endwise
2 changes: 1 addition & 1 deletion .vim/bundle/vim-enunuch
2 changes: 1 addition & 1 deletion .vim/bundle/vim-fugitive
2 changes: 1 addition & 1 deletion .vim/bundle/vim-pathogen
2 changes: 1 addition & 1 deletion .vim/bundle/vim-ragtag
2 changes: 1 addition & 1 deletion .vim/bundle/vim-repeat
2 changes: 1 addition & 1 deletion .vim/bundle/vim-surround

0 comments on commit c23e038

Please sign in to comment.