Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Jul 6, 2018
1 parent 2382404 commit f536a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/gitgutter.vim
Expand Up @@ -192,8 +192,8 @@ augroup gitgutter

autocmd BufEnter * call s:on_bufenter()

autocmd CursorHold,CursorHoldI * call gitgutter#process_buffer(bufnr(''), 0)
autocmd FileChangedShellPost * call gitgutter#process_buffer(bufnr(''), 1)
autocmd CursorHold,CursorHoldI * call gitgutter#process_buffer(bufnr(''), 0)
autocmd FileChangedShellPost * call gitgutter#process_buffer(bufnr(''), 1)

" Ensure that all buffers are processed when opening vim with multiple files, e.g.:
"
Expand Down

0 comments on commit f536a35

Please sign in to comment.