remove superfluous | in BufReadCmd autocmd

Signed-off-by: James McCoy <vega.james@gmail.com>
This commit is contained in:
Simon Ruderich 2015-10-03 16:27:59 +02:00 committed by James McCoy
parent 842622cbc0
commit 80fd6e4861
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -187,7 +187,7 @@ augroup GnuPG
" do the decryption
exe "autocmd BufReadCmd " . g:GPGFilePattern . " call s:GPGInit(1) |" .
\ " call s:GPGDecrypt(1) |"
\ " call s:GPGDecrypt(1)"
exe "autocmd FileReadCmd " . g:GPGFilePattern . " call s:GPGInit(0) |" .
\ " call s:GPGDecrypt(0)"