Run autocommands after writing to index
This commit is contained in:
parent
6ebcc05312
commit
42e0208276
@ -1093,6 +1093,7 @@ function! s:BufWriteIndexFile()
|
|||||||
let error = system(s:repo().git_command('update-index','--index-info').' < '.tmp)
|
let error = system(s:repo().git_command('update-index','--index-info').' < '.tmp)
|
||||||
if v:shell_error == 0
|
if v:shell_error == 0
|
||||||
setlocal nomodified
|
setlocal nomodified
|
||||||
|
silent execute 'doautocmd BufWritePost '.s:fnameescape(expand('%:p'))
|
||||||
call s:ReloadIndex()
|
call s:ReloadIndex()
|
||||||
return ''
|
return ''
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user