Skip to content
This repository has been archived by the owner on Sep 21, 2019. It is now read-only.

Commit

Permalink
Add attention pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Mar 30, 2016
1 parent 4125e3b commit 7c57897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/gita/util.vim
Expand Up @@ -101,6 +101,7 @@ endfunction

function! gita#util#handle_exception() abort
let known_attention_patterns = [
\ '^\%(vital: Git[:.]\|vim-gita:\) Cancel$',
\ '^\%(vital: Git[:.]\|vim-gita:\) Cancel: ',
\ '^\%(vital: Git[:.]\|vim-gita:\) Attention: ',
\]
Expand Down

0 comments on commit 7c57897

Please sign in to comment.