Skip to content

Commit

Permalink
Update janus
Browse files Browse the repository at this point in the history
  • Loading branch information
prathe committed Mar 18, 2012
1 parent 9ee8037 commit b987463
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion vim/vim.symlink
Submodule vim.symlink updated 41 files
+8 −2 .gitmodules
+70 −74 README.md
+5 −2 janus/submodules.yaml
+1 −1 janus/vim/colors/getafe
+1 −0 janus/vim/colors/janus-colors
+1 −11 janus/vim/core/before/plugin/mappings.vim
+1 −1 janus/vim/core/before/plugin/settings.vim
+0 −29 janus/vim/core/before/plugin/statuline.vim
+10 −0 janus/vim/core/before/plugin/statusline.vim
+6 −11 janus/vim/core/janus/doc/janus.txt
+1 −1 janus/vim/core/pathogen
+0 −0 janus/vim/core/plugins.vim
+1 −0 janus/vim/langs/arduino
+1 −1 janus/vim/langs/coffeescript
+1 −1 janus/vim/langs/git
+1 −1 janus/vim/langs/javascript
+1 −1 janus/vim/langs/nodejs
+1 −1 janus/vim/langs/rails
+1 −1 janus/vim/langs/rspec
+1 −1 janus/vim/langs/ruby
+1 −1 janus/vim/langs/scala
+1 −1 janus/vim/tools/buffergator
+1 −1 janus/vim/tools/ctrlp
+1 −1 janus/vim/tools/fugitive
+1 −1 janus/vim/tools/gist
+1 −1 janus/vim/tools/gundo
+1 −1 janus/vim/tools/janus/after/plugin/NERD_commenter.vim
+11 −8 janus/vim/tools/janus/after/plugin/ack.vim
+5 −1 janus/vim/tools/janus/after/plugin/ctrlp.vim
+0 −15 janus/vim/tools/janus/after/plugin/hammer.vim
+1 −5 janus/vim/tools/janus/after/plugin/nerdtree.vim
+1 −1 janus/vim/tools/narrowregion
+1 −1 janus/vim/tools/nerdcommenter
+1 −1 janus/vim/tools/nerdtree
+1 −1 janus/vim/tools/snipmate
+1 −1 janus/vim/tools/snipmate-snippets
+1 −1 janus/vim/tools/supertab
+1 −1 janus/vim/tools/syntastic
+1 −1 janus/vim/tools/tagbar
+1 −1 janus/vim/tools/tlib
+4 −0 janus/vim/vimrc
3 changes: 0 additions & 3 deletions vim/vimrc.after.symlink
Expand Up @@ -14,6 +14,3 @@ map <C-N> :NERDTreeToggle<CR>
" Reveal
map <silent> <D-r> :NERDTreeFind<CR>
imap <silent> <D-r> <ESC>:NERDTreeFind<CR>

" Open the browser on the Gist after create
let g:gist_open_browser_after_post = 1

0 comments on commit b987463

Please sign in to comment.