]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: set g:GPGUsePipes to 1
authorSimon Ruderich <simon@ruderich.org>
Sat, 18 Jun 2016 12:49:38 +0000 (14:49 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 18 Jun 2016 12:49:38 +0000 (14:49 +0200)
Might not be necessary since the last commit, but better be sure.

vimrc

diff --git a/vimrc b/vimrc
index c9726f2bbcfc6e85b5e19bded501f4b55a350713..f96827c360a546304e6bb1bb5c148850f2d1842a 100644 (file)
--- 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