From f096152a48bc2506bd460c9f990e50a159a7bbc5 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Wed, 5 Jun 2013 21:35:15 -0400 Subject: [PATCH] Support angle quotes in git status Closes #228. --- plugin/fugitive.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index c06e51e..ddf78d8 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -717,11 +717,11 @@ function! s:stage_info(lnum) abort endwhile if !lnum return ['', ''] - elseif getline(lnum+1) =~# '^# .*"git \%(reset\|rm --cached\) ' || getline(lnum) ==# '# Changes to be committed:' + elseif getline(lnum+1) =~# '^# .*\