From 90b4c2e84a6a3b65071cf740c6ed060dbbd24719 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Wed, 5 Feb 2020 18:26:19 +0900 Subject: Rename asyncomplete-refresh-pattern to refresh_pattern --- schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'schema.json') diff --git a/schema.json b/schema.json index 38c11d6..95cd0f7 100644 --- a/schema.json +++ b/schema.json @@ -8,8 +8,8 @@ "additionalProperties": false, "description": "define command description", "properties": { - "asyncomplete-refresh-pattern": { - "description": "define refresh pattern for asyncomplete", + "refresh_pattern": { + "description": "loop left and find the start of the word or trigger chars and set it as the startcol for the source instead of refresh_pattern", "type": "string" }, "command": { -- cgit v1.2.3-54-g00ecf