Skip to content

Commit

Permalink
Update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
zhm committed Mar 17, 2013
1 parent 0333190 commit bd736c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vim/bundle/vim-rails
Submodule vim-rails updated from 5656a7 to de5b21
2 changes: 1 addition & 1 deletion .vim/bundle/vim-ruby
Submodule vim-ruby updated from e95b8c to 260897
2 changes: 1 addition & 1 deletion .vimrc
Expand Up @@ -130,7 +130,7 @@ nmap <leader>/ :tabnext<cr>
map <leader>d :execute 'NERDTreeToggle ' . getcwd()<CR>
map <leader>b :NERDTreeFromBookmark
map <leader>z :execute '!/usr/bin/osascript ~/dotfiles/test.scpt ' . getcwd() . ' &'<CR>
map <leader>z :execute '!/usr/bin/osascript ~/dotfiles/test.scpt ' . getcwd() . ' &'<CR><CR>
let NERDTreeIgnore=['\.pyc$', '\~$'] "ignore pyc files and anything ending with a ~
let NERDTreeQuitOnOpen=0 " don't collapse NERDTree when a file is opened
Expand Down

0 comments on commit bd736c8

Please sign in to comment.