Explorar o código

remove vim autoread

No longer useful, especially when moving between branches, but wanting to keep
buffers.
Weiyi Lou %!s(int64=13) %!d(string=hai) anos
pai
achega
4e959c6fac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      vim/vimrc

+ 1 - 1
vim/vimrc

@@ -21,7 +21,6 @@ endif
 "" General Behaviours
 "" General Behaviours
 """""""""""""""""""""""""""""""""""""""""""""""""""
 """""""""""""""""""""""""""""""""""""""""""""""""""
 
 
-set autoread "Read a file if it's changed from outside of vim
 set splitbelow "New splits appear below current window instead of above
 set splitbelow "New splits appear below current window instead of above
 set splitright "New splits appear right of current window
 set splitright "New splits appear right of current window
 set ttyfast "Smooth movement
 set ttyfast "Smooth movement
@@ -240,6 +239,7 @@ let g:did_surrounding = 1  " Disable msander's surrounding (surround fork)
 let g:mapped_auto_closetag = 1  " Disable html autoclose plugin
 let g:mapped_auto_closetag = 1  " Disable html autoclose plugin
 let g:did_auto_closetag = 1  " Disable html autoclose plugin
 let g:did_auto_closetag = 1  " Disable html autoclose plugin
 
 
+
 """"""""
 """"""""
 "" Functions, the Givers of Power (in order of use)
 "" Functions, the Givers of Power (in order of use)
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""