From 51fffeb2d6bf22765112c03fdb33fe5798f0d439 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 6 Jun 2015 23:28:09 +1000 Subject: [PATCH] Fix :command -complete=extension --- common/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config.json b/common/config.json index f9aee18a..fb14959c 100644 --- a/common/config.json +++ b/common/config.json @@ -11,7 +11,7 @@ "dir": "directory", "environment": "environment", "event": "autocmdEvent", - "extension": "extension", + "extension": "addon", "file": "file", "help": "help", "highlight": "highlightGroup",