Skip to content

Commit

Permalink
Removing annoying echo messages and correcting a silly spelling mista…
Browse files Browse the repository at this point in the history
…ke with the fugitive bundle.
  • Loading branch information
Rich Roslund authored and Rich Roslund committed Jul 1, 2012
1 parent 88e48f7 commit 0a9e4d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vimrc_bundles
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set rtp+=~/.vim/bundle/vundle/.
call vundle#rc()
Bundle 'gmarik/vundle'

Bundle 'tpop/vim-fugitive'
Bundle 'tpope/vim-fugitive'
Bundle 'L9'
Bundle 'FuzzyFinder'
"}}}
3 changes: 2 additions & 1 deletion .vimrc_default
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
echo "Loading vimrc_default!"
set nocompatible
filetype plugin indent on
syntax on

source ~/bin/VimFiles/.vimrc_bundles
colorscheme desert


Expand All @@ -23,6 +23,7 @@ nnoremap <leader>sv :vsplit $MYVIMRC<cr>

"KeyMappings {{{
inoremap <c-d> <esc>yypi
imap jj <esc>
"}}}

"Tab/Window Management{{{
Expand Down

0 comments on commit 0a9e4d5

Please sign in to comment.