From 553f9197d317bef0e4969e07bf555292ca6b2458 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Mon, 2 Mar 2015 23:18:13 -0500 Subject: [PATCH] Document that GPGSystem always uses temp files Signed-off-by: James McCoy --- plugin/gnupg.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugin/gnupg.vim b/plugin/gnupg.vim index dba0fec..9c27c3a 100644 --- a/plugin/gnupg.vim +++ b/plugin/gnupg.vim @@ -1295,7 +1295,9 @@ endfunction " Function: s:GPGSystem(dict) {{{2 " -" run g:GPGCommand using system(), logging the commandline and output +" run g:GPGCommand using system(), logging the commandline and output. This +" uses temp files (regardless of how 'shelltemp' is set) to hold the output of +" the command, so it must not be used for sensitive commands. " Recognized keys are: " level - Debug level at which the commandline and output will be logged " args - Arguments to be given to g:GPGCommand