Document that GPGSystem always uses temp files

Signed-off-by: James McCoy <vega.james@gmail.com>
This commit is contained in:
James McCoy 2015-03-02 23:18:13 -05:00
parent 671b84626e
commit 553f9197d3

View File

@ -1295,7 +1295,9 @@ endfunction
" Function: s:GPGSystem(dict) {{{2 " 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: " Recognized keys are:
" level - Debug level at which the commandline and output will be logged " level - Debug level at which the commandline and output will be logged
" args - Arguments to be given to g:GPGCommand " args - Arguments to be given to g:GPGCommand