From 5b04b72429f58d5c8b545f820c2a5fd5f7b0cafa Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 18 Jun 2016 14:49:38 +0200 Subject: [PATCH] vimrc: set g:GPGUsePipes to 1 Might not be necessary since the last commit, but better be sure. --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc b/vimrc index c9726f2..f96827c 100644 --- a/vimrc +++ b/vimrc @@ -922,6 +922,10 @@ if has('eval') \ 'sw', 'sts', 'noet'] endif +" Settings for gnupg. + " Don't use temporary files for sensitive data. + let g:GPGUsePipes = 1 + " Settings for the NERD commenter. " Don't create any mappings I don't want to use. let g:NERDCreateDefaultMappings = 0 -- 2.43.2