From 44373fd1dc2fa82134ef8ac5c497ccd10afd72e5 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Thu, 15 Feb 2018 14:55:37 +0000 Subject: [PATCH] Add issue template. --- .github/issue_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..d362853 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,8 @@ +> What is the latest commit SHA in your installed vim-gitgutter? + +> What vim/nvim version are you on? + +> If no signs are showing at all, what does `:echo getbufvar('','gitgutter').path` give? + +> If no signs are showing at all, and the `path` value is a path and not `-2`, does it work with `let g:gitgutter_grep=''`? +