diff options
author | anekos | 2010-05-31 04:49:34 +0000 |
---|---|---|
committer | anekos | 2010-05-31 04:49:34 +0000 |
commit | 248e75e8093709e73c541380a61024b3d94db81f (patch) | |
tree | ae3dfd9faeccfe97c41fe9351fcb32dd9dba236b | |
parent | 3e819f2304dc616798fc0eebc7e3f18e9bc54239 (diff) | |
download | vimperator-plugins-248e75e8093709e73c541380a61024b3d94db81f.tar.bz2 |
キーワード追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37763 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | gmail-commando.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gmail-commando.js b/gmail-commando.js index 80fec50..dd18598 100755 --- a/gmail-commando.js +++ b/gmail-commando.js @@ -249,7 +249,7 @@ let INFO = }; - const GMailSearchKeyword = 'label subject from to cc bcc has is in lang'.split(/\s/); + const GMailSearchKeyword = 'label subject from to cc bcc has is in lang filename'.split(/\s/); const KeywordValueCompleter = { |