Skip to content

Commit

Permalink
use local gvim settings from ~/.gvimrc.local
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Aug 12, 2010
1 parent b887fda commit 331c805
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gvimrc
Expand Up @@ -7,3 +7,8 @@ if has("gui_macvim")
macmenu Window.Toggle\ Full\ Screen\ Mode key=<nop>
map <D-F> :Ack<space>
endif

" Include user's local vim config
if filereadable(expand("~/.gvimrc.local"))
source ~/.gvimrc.local
endif

0 comments on commit 331c805

Please sign in to comment.