From d238736a3063ee4087743a86335e53125530799e Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 2 Jul 2019 08:26:56 -0400 Subject: [PATCH] Remove weird FAQ entry --- README.markdown | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.markdown b/README.markdown index b4f18ef..3a5653d 100644 --- a/README.markdown +++ b/README.markdown @@ -79,21 +79,6 @@ Fugitive cares about the current file, not the current working directory. Edit a file from the repository. To avoid the blank window problem, favor commands like `:split` and `:tabedit` over commands like `:new` and `:tabnew`. -> Here's a patch that automatically opens the quickfix window after -> `:Ggrep`. - -This is a great example of why I recommend asking before patching. -There are valid arguments to be made both for and against automatically -opening the quickfix window. Whenever I have to make an arbitrary -decision like this, I ask what Vim would do. And Vim does not open a -quickfix window after `:grep`. - -Luckily, it's easy to implement the desired behavior without changing -fugitive.vim. The following autocommand will cause the quickfix window -to open after any grep invocation: - - autocmd QuickFixCmdPost *grep* cwindow - ## Self-Promotion Like fugitive.vim? Follow the repository on