Simplify reading of buffer variable.

This commit is contained in:
Andy Stewart
2018-02-17 09:19:28 +00:00
parent 16568f4815
commit 790ffa476a

View File

@@ -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=''`?