remove superfluous | in BufReadCmd autocmd
Signed-off-by: James McCoy <vega.james@gmail.com>
This commit is contained in:
parent
842622cbc0
commit
80fd6e4861
@ -187,7 +187,7 @@ augroup GnuPG
|
|||||||
|
|
||||||
" do the decryption
|
" do the decryption
|
||||||
exe "autocmd BufReadCmd " . g:GPGFilePattern . " call s:GPGInit(1) |" .
|
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) |" .
|
exe "autocmd FileReadCmd " . g:GPGFilePattern . " call s:GPGInit(0) |" .
|
||||||
\ " call s:GPGDecrypt(0)"
|
\ " call s:GPGDecrypt(0)"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user