On Feb 21, 10:43 pm, James Vega <james...@jamessan.com> wrote: > I've attached an updated version of the plugin that I sent to Markus a > while back which I think addresses these problems. I've described below > specifically how the changes should have the desired effect. Would you > mind testing it?
Thanks. On a recent build of vim 7.3, it appears to work, also on vim 7.2. When writing out a modified encrypted file, the plaintext is still saved in "4" in the temporary directory, although the ciphertext is not saved to "2" while reading as with the original plugin. Our production machines are running SL 5 (~= CENTOS 5) with Vim 7.0. Editing an encrypted file gives (on stdout, until it's cleared): Error detected while processing function <SNR>7_GPGDecrypt: line 92: E118: Too many arguments for function: shellescape E15: Invalid expression: "r !" . s:GPGCommand . ' --quiet --decrypt ' . shellescape(filename, 1) . ' ' . s:stderrredirnull line 96: E492: Not an editor command: LANG=C LC_ALL=C gpg --trust-model always --no-use-agent --verbose --decrypt --list-only --dry-run --batch --no- use-agent --logger-fd 1 '/local/home/advax/CCN/trysym.asc' Andrew -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php