Little reindenting.

This commit is contained in:
Markus Braun
2008-01-28 09:30:59 +00:00
parent febf2d4685
commit 9f4f083367

View File

@@ -86,7 +86,6 @@ autocmd BufWritePre,FileWritePre *.\(gpg\|asc\|pgp\) call s:GPGEnc
" undo the encryption so we are back in the normal text, directly " undo the encryption so we are back in the normal text, directly
" after the file has been written. " after the file has been written.
autocmd BufWritePost,FileWritePost *.\(gpg\|asc\|pgp\) call s:GPGEncryptPost() autocmd BufWritePost,FileWritePost *.\(gpg\|asc\|pgp\) call s:GPGEncryptPost()
augroup END augroup END
" Section: Highlight setup {{{1 " Section: Highlight setup {{{1