From 94ee004087525d4adb56e9325320053fddef0564 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Mon, 7 Sep 2020 13:21:02 +0100 Subject: [PATCH] Do not output shell related options in #debug() --- autoload/gitgutter/debug.vim | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/autoload/gitgutter/debug.vim b/autoload/gitgutter/debug.vim index 79d197e..5181a9e 100644 --- a/autoload/gitgutter/debug.vim +++ b/autoload/gitgutter/debug.vim @@ -22,16 +22,6 @@ function! gitgutter#debug#debug() call s:separator() call s:option('updatetime') - call s:option('shell') - call s:option('shellcmdflag') - call s:option('shellpipe') - call s:option('shellquote') - call s:option('shellredir') - call s:option('shellslash') - call s:option('shelltemp') - call s:option('shelltype') - call s:option('shellxescape') - call s:option('shellxquote') endfunction