diff --git a/.github/issue_template.md b/.github/issue_template.md index d362853..732d22e 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -2,7 +2,7 @@ > 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, what does `:echo b: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=''`?