Skip to content

Commit

Permalink
fix(completions): update psc
Browse files Browse the repository at this point in the history
  • Loading branch information
abgox committed Aug 5, 2024
1 parent e8426be commit 82c1b18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion completions/psc/guid.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
27f1be48-3885-4599-a6b7-cb8a1d616443
ddc21150-3d05-4028-9ba0-3ecf628f2074
2 changes: 1 addition & 1 deletion completions/psc/language/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@
"tip": [
"Current Value: {{ $PSCompletions.config.menu_is_prefix_match }} (Default: 0, it means using fuzzy matching.)\n",
"Set whether the menu uses prefix matching mode for completion list filtering.\n",
"If set to 1, the common prefix of the current completion list will be automatically extracted."
"If use prefix matching mode (set to 1), the common prefix of the current completion list will be automatically extracted."
],
"next": [
{
Expand Down
4 changes: 2 additions & 2 deletions completions/psc/language/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@
"tip": [
"当前值: {{ $PSCompletions.config.menu_is_prefix_match }} (默认值为 0, 表示使用模糊匹配)\n",
"设置菜单是否使用前缀匹配模式进行补全过滤\n",
"如果你开启了前缀匹配, 将会自动提取当前补全候选的共用前缀"
"如果你开启了前缀匹配(设置为1), 将会自动提取当前补全候选的共用前缀"
],
"next": [
{
Expand All @@ -856,7 +856,7 @@
"name": "1",
"tip": [
"设置为 1\n",
"使用前缀匹配, 你只需要输入前缀即可匹配到相关的补全项",
"使用前缀匹配, 你只需要输入前缀即可匹配到相关的补全项\n",
"如果存在共用的前缀, 会自动提取"
]
}
Expand Down

0 comments on commit 82c1b18

Please sign in to comment.