From 198faa119a9a954897261cfda08082f721454d98 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Mon, 22 Sep 2014 14:39:38 +0200 Subject: [PATCH] Report updatetime option in debugging buffer. --- autoload/gitgutter/debug.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/gitgutter/debug.vim b/autoload/gitgutter/debug.vim index c55efca..2010a32 100644 --- a/autoload/gitgutter/debug.vim +++ b/autoload/gitgutter/debug.vim @@ -12,6 +12,7 @@ function! gitgutter#debug#debug() call gitgutter#debug#git_version() call gitgutter#debug#separator() + call gitgutter#debug#option('updatetime') call gitgutter#debug#option('shell') call gitgutter#debug#option('shellcmdflag') call gitgutter#debug#option('shellpipe')