diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-02-05 18:26:19 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-02-05 18:26:19 +0900 |
commit | 90b4c2e84a6a3b65071cf740c6ed060dbbd24719 (patch) | |
tree | 953cef685a63bab8c1e2c8395d97f5696868dd06 /schema.json | |
parent | c3382a172d3bd3876a5917c753887ad716356565 (diff) | |
download | vim-lsp-settings-90b4c2e84a6a3b65071cf740c6ed060dbbd24719.tar.gz vim-lsp-settings-90b4c2e84a6a3b65071cf740c6ed060dbbd24719.tar.bz2 vim-lsp-settings-90b4c2e84a6a3b65071cf740c6ed060dbbd24719.zip |
Rename asyncomplete-refresh-pattern to refresh_pattern
Diffstat (limited to 'schema.json')
-rw-r--r-- | schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
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": { |