<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -424,7 +424,7 @@ function! s:Git(bang,cmd) abort
     let git .= ' --no-pager'
   endif
   call s:ExecuteInTree('!'.git.' '.a:cmd)
-  call s:ReloadIndex()
+  call fugitive#reload_status()
 endfunction
 
 function! s:GitComplete(A,L,P) abort
@@ -468,7 +468,7 @@ function! s:Status()
   return ''
 endfunction
 
-function! s:ReloadIndex()
+function! fugitive#reload_status()
   let mytab = tabpagenr()
   for tab in [mytab] + range(1,tabpagenr('$'))
     for winnr in range(1,tabpagewinnr(tab,'$'))
@@ -743,7 +743,7 @@ function! s:Write(force,...) abort
       endif
     endfor
   endfor
-  call s:ReloadIndex()
+  call fugitive#reload_status()
   return 'checktime'
 endfunction
 
@@ -823,7 +823,7 @@ function! s:Move(force,destination)
   if isdirectory(destination)
     let destination = fnamemodify(s:sub(destination,'/$','').'/'.expand('%:t'),':.')
   endif
-  call s:ReloadIndex()
+  call fugitive#reload_status()
   if s:buffer().commit() == ''
     return 'saveas! '.s:fnameescape(destination)
   else
@@ -856,7 +856,7 @@ function! s:Remove(force)
     let v:errmsg = 'fugitive: '.s:sub(message,'error:.*\zs\n\(.*-f.*',' (add ! to force)')
     return 'echoerr '.string(v:errmsg)
   else
-    call s:ReloadIndex()
+    call fugitive#reload_status()
     return 'bdelete'.(a:force ? '!' : '')
   endif
 endfunction
@@ -1105,7 +1105,7 @@ function! s:BufWriteIndexFile()
     if v:shell_error == 0
       setlocal nomodified
       silent execute 'doautocmd BufWritePost '.s:fnameescape(expand('%:p'))
-      call s:ReloadIndex()
+      call fugitive#reload_status()
       return ''
     else
       return 'echoerr '.string('fugitive: '.error)</diff>
      <filename>plugin/fugitive.vim</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>aa72be3a095107eb4e9a325caeab081b0148744c</id>
    </parent>
  </parents>
  <author>
    <name>Tim Pope</name>
    <email>code@tpope.net</email>
  </author>
  <url>http://github.com/tpope/vim-fugitive/commit/cf41683ac13a861d88325695188ecb8445b7575a</url>
  <id>cf41683ac13a861d88325695188ecb8445b7575a</id>
  <committed-date>2009-11-03T19:23:58-08:00</committed-date>
  <authored-date>2009-11-03T19:23:58-08:00</authored-date>
  <message>Expose function to reload status window

autocmd FocusGained * call fugitive#reload_status()</message>
  <tree>dc2a9a380412844294a4f6ebc2b734dd16d41727</tree>
  <committer>
    <name>Tim Pope</name>
    <email>code@tpope.net</email>
  </committer>
</commit>
