From f536a35d927ad1e8c0aada1a13b1d44da76a807f Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Fri, 6 Jul 2018 10:13:01 +0100 Subject: [PATCH] Whitespace. --- plugin/gitgutter.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/gitgutter.vim b/plugin/gitgutter.vim index 71fb14d..fd9c131 100644 --- a/plugin/gitgutter.vim +++ b/plugin/gitgutter.vim @@ -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.: "