commit d87ad99e281b461eb2fcf6105fbc77e1c60e8f43 (tree) parent b680699450805e01960184b60a2cf0d3a71088cf Author: Tim Pope <code@tpope.net> Date: Thu, 12 Apr 2018 19:31:30 -0400 Remove outdated FAQ about :Gbrowse Diffstat:
| M | README.markdown | | | 8 | -------- |
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/README.markdown b/README.markdown @@ -86,14 +86,6 @@ directory. Edit a file from the repository. Fugitive cares about the current file, not the current working directory. Edit a file from the repository. -> Why is `:Gbrowse` not using the right browser? - -`:Gbrowse` delegates to `git web--browse`, which is less than perfect -when it comes to finding the right browser. You can tell it the correct -browser to use with `git config --global web.browser ...`. On macOS, for -example, you might want to set this to `open`. See `git web--browse --help` -for details. - > Here's a patch that automatically opens the quickfix window after > `:Ggrep`.