Skip to content

Commit

Permalink
.vimrc: Enable per-directory .vimrc files
Browse files Browse the repository at this point in the history
Ref. mathiasbynens#86. Thanks to @necolas for the suggestion.
  • Loading branch information
hongymagic authored and mathiasbynens committed Jul 15, 2012
1 parent b4f677b commit 7a11b9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ endif
" Respect modeline in files
set modeline
set modelines=4
" Enable per-directory .vimrc files and disable unsafe commands in them
set exrc
set secure
" Enable line numbers
set number
" Enable syntax highlighting
Expand Down

0 comments on commit 7a11b9f

Please sign in to comment.