diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:26:28 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:26:28 +0000 |
commit | 2bb8df23dc2065304d9fab28be07ba6a7362be6d (patch) | |
tree | 1c90266c5851ee9a19cc7b62b4ad7a3582465a01 /runtime/syntax | |
parent | ff1d0d4cf5b9ec789cb0223154d7b76510d32d7b (diff) | |
download | vim-2bb8df23dc2065304d9fab28be07ba6a7362be6d.zip |
updated for version 7.1b
Diffstat (limited to 'runtime/syntax')
-rw-r--r-- | runtime/syntax/gpg.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/gpg.vim b/runtime/syntax/gpg.vim index 0fc8f0084..b7307b9d9 100644 --- a/runtime/syntax/gpg.vim +++ b/runtime/syntax/gpg.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: gpg(1) configuration file " Maintainer: Nikolai Weibull <now@bitwi.se> -" Latest Revision: 2006-04-19 +" Latest Revision: 2007-05-06 if exists("b:current_syntax") finish @@ -54,7 +54,7 @@ syn keyword gpgOption contained skipwhite nextgroup=gpgArg \ personal-digest-preferences photo-viewer \ recipient s2k-cipher-algo s2k-digest-algo s2k-mode \ secret-keyring set-filename set-policy-url status-fd - \ trusted-key + \ trusted-key verify-options syn keyword gpgOption contained skipwhite nextgroup=gpgArgError \ allow-freeform-uid allow-non-selfsigned-uid \ allow-secret-key-import always-trust |