diff --git a/autoload/investigate.vim b/autoload/investigate.vim index d89bc4c..08d9461 100644 --- a/autoload/investigate.vim +++ b/autoload/investigate.vim @@ -95,7 +95,7 @@ function! investigate#Investigate() endif if l:command =~ s:Executable() - execute system(l:command) + call system(l:command) else try silent execute l:command