From: Oleg Broytman Date: Thu, 16 May 2019 00:52:06 +0000 (+0300) Subject: .vimrc: Fix `SetExecutableBit`: Remove autocmd `FileChangedShell` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=9d51a77fa59c2b93d0f07054c765ceac98372ea7;ds=sidebyside .vimrc: Fix `SetExecutableBit`: Remove autocmd `FileChangedShell` --- diff --git a/.vimrc b/.vimrc index b25ff63..f30bb39 100644 --- a/.vimrc +++ b/.vimrc @@ -612,6 +612,7 @@ if executable('chmod') echoerr 'Error running chmod: ' . v:shell_error endif checktime + autocmd! FileChangedShell endfunction function! _BufChangedCB() autocmd! FileChangedShell