Skip to content

Commit

Permalink
Always reload changed files
Browse files Browse the repository at this point in the history
Reason for Change
=================
* When vim detects that a file has been changed, it politely asks you if you want to load the new file.
* The answer is always yes, so this should probably be a default.
* Hat tip to @gabebwe (Here: gabebw/dotfiles@4b6c410) and @jcmorrow

Changes
=======
* Set `autoread`.
  • Loading branch information
adarsh committed Jul 26, 2016
1 parent e1c430f commit 11d4022
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -167,3 +167,6 @@ set winheight=999
" Don't remove curly braces when splitting a hash.
let g:splitjoin_ruby_curly_braces = 1
let g:splitjoin_ruby_hanging_args = 0

" Don't ask me if I want to load changed files. The answer is always 'Yes'
set autoread

0 comments on commit 11d4022

Please sign in to comment.