]> git.phdru.name Git - dotfiles.git/commit
.vimrc: Fix checktime/FileChangedShell
authorOleg Broytman <phd@phdru.name>
Mon, 26 Mar 2018 04:03:51 +0000 (07:03 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 26 Mar 2018 04:03:51 +0000 (07:03 +0300)
commitfefb347090ff343f13ad354b9472e68d6a36e4a8
tree0f400bf7d1d3d88575e61669445050d9dfb8a7e9
parent684ab1c2680bcbf04f41a5dc6be809f93376bd2c
.vimrc: Fix checktime/FileChangedShell

When `checktime` is called in an autocommand
it doesn't trigger FileChangedShell immediately.
Instead it waits until the end of the autocommand.
So we have to remove FileChangedShell autocommand
when it's triggered, not inside SetExecutableBit function
called from an autocommand.
.vimrc