mirror of
https://github.com/Ascyii/vim-gnupg.git
synced 2026-01-01 06:14:24 -05:00
Use proper pattern for g:GPGFilePattern
Per |file-pattern|, autocmds use glob-like syntax for patterns, not regular expressions. Signed-off-by: James McCoy <jamessan@jamessan.com>
This commit is contained in:
@@ -92,7 +92,7 @@ g:GPGHomedir If set, specifies the directory that will be used for
|
||||
*gnupg-g:GPGFilePattern*
|
||||
g:GPGFilePattern If set, overrides the default set of file patterns
|
||||
that determine whether this plugin will be activated.
|
||||
Defaults to '*.\(gpg\|asc\|pgp\)'.
|
||||
Defaults to `*.{gpg,asc,pgp}`.
|
||||
|
||||
==============================================================================
|
||||
vim:tw=78:sw=4:ts=8:ft=help:norl:
|
||||
|
||||
Reference in New Issue
Block a user