]> git.phdru.name Git - dotfiles.git/commit
.vimrc: Optimize SetExecutableBit: fname is no longer used
authorOleg Broytman <phd@phdru.name>
Mon, 26 Mar 2018 04:07:22 +0000 (07:07 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 26 Mar 2018 04:07:22 +0000 (07:07 +0300)
commit8411a454724dd8e6da1bfc13419b261571c9cc82
tree42809363c24a0f7548d0ef511b34999b885e385c
parentfefb347090ff343f13ad354b9472e68d6a36e4a8
.vimrc: Optimize SetExecutableBit: fname is no longer used

We use `au FileChangedShell <buffer>` syntax
instead of `au FileChangedShell fname`.
.vimrc