1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-16 19:05:47 +01:00

add abbreviation completion

This commit is contained in:
Doug Kearns
2008-12-13 01:05:45 +11:00
parent 05ac5cce49
commit e9c53d3776
3 changed files with 82 additions and 68 deletions

View File

@@ -743,13 +743,13 @@ function Commands() //{{{
// TODO: offer completion.ex?
var completeOptionMap = {
altstyle: "alternateStyleSheet", bookmark: "bookmark",
buffer: "buffer", color: "colorScheme", command: "command",
dialog: "dialog", dir: "directory", environment: "environment",
event: "autocmdEvent", file: "file", help: "help",
highlight: "highlightGroup", javascript: "javascript", macro: "macro",
mapping: "userMapping", menu: "menuItem", option: "option",
preference: "preference", search: "search",
abbreviation: "abbreviation", altstyle: "alternateStyleSheet",
bookmark: "bookmark", buffer: "buffer", color: "colorScheme",
command: "command", dialog: "dialog", dir: "directory",
environment: "environment", event: "autocmdEvent", file: "file",
help: "help", highlight: "highlightGroup", javascript: "javascript",
macro: "macro", mapping: "userMapping", menu: "menuItem",
option: "option", preference: "preference", search: "search",
shellcmd: "shellCommand", sidebar: "sidebar", url: "url",
usercommand: "userCommand"
};