Skip to content

Commit

Permalink
remove superfluous | in BufReadCmd autocmd
Browse files Browse the repository at this point in the history
Signed-off-by: James McCoy <vega.james@gmail.com>
  • Loading branch information
rudis authored and jamessan committed Oct 6, 2015
1 parent 842622c commit 80fd6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/gnupg.vim
Expand Up @@ -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)"

Expand Down

0 comments on commit 80fd6e4

Please sign in to comment.