diff options
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r-- | ftdetect/polyglot.vim | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index c2a6ae17..2f85f2ff 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -3500,12 +3500,6 @@ if !has_key(s:disabled_packages, 'sensible') " Disable swap, it doesn't play well with autoread set noswapfile - " Auto reload if file was changed somewhere else (for autoread) - augroup polyglot-sensible - au! - au CursorHold * checktime - augroup END - " Enable highlighted case-insensitive incremential search. set incsearch |