From 1dcd25392c32629595ecd88b277b0736f01fd824 Mon Sep 17 00:00:00 2001 From: anekos Date: Mon, 31 May 2010 12:37:04 +0000 Subject: has の値補完追加 attachment だけなの? git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37772 d0d07461-0603-4401-acd4-de1884942a52 --- gmail-commando.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gmail-commando.js') diff --git a/gmail-commando.js b/gmail-commando.js index 8ad2c64..058cd97 100755 --- a/gmail-commando.js +++ b/gmail-commando.js @@ -322,6 +322,8 @@ let INFO = ]; }, + has: simpleValueCompleter('attachment'.split(/\s/).sort()), + is: simpleValueCompleter('read unread starred chat voicemail muted sent'.split(/\s/).sort()), in: simpleValueCompleter('anywhere inbox drafts spam trash'.split(/\s/).sort()), -- cgit v1.2.3