===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
vim-fugitive-3.2/autoload/fugitive.vim-685-  let output = git . join(map(copy(a:000),'" ".s:shellesc(v:val)'),'')
vim-fugitive-3.2/autoload/fugitive.vim:686:  return s:sub(system(output), '\n$', '')
vim-fugitive-3.2/autoload/fugitive.vim-687-endfunction
##############################################
vim-fugitive-3.2/autoload/fugitive.vim-2220-  if !has_key(s:exec_paths, g:fugitive_git_executable)
vim-fugitive-3.2/autoload/fugitive.vim:2221:    let s:exec_paths[g:fugitive_git_executable] = s:sub(system(g:fugitive_git_executable.' --exec-path'),'\n$','')
vim-fugitive-3.2/autoload/fugitive.vim-2222-  endif