Skip to content

Commit 28667c7

Browse files
authored
Merge pull request #3 from VSCodeVim/master
Merge master
2 parents 0299943 + 386ebb9 commit 28667c7

26 files changed

+769
-488
lines changed

.github_changelog_generator

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ bugs-label=**Fixed Bugs:**
55
bug-labels=kind/bug
66
enhancement-label=**Enhancements:**
77
enhancement-labels=kind/enhancement,kind/feature
8-
exclude-labels=status/by-design,status/duplicate,kind/question,kind/discussion
9-
since-tag=v1.11.0
8+
exclude-labels=status/by-design,status/duplicate,kind/question,kind/discussion,pr/dependency
9+
since-tag=v1.15.0
1010
max-issues=500

CHANGELOG.md

Lines changed: 0 additions & 340 deletions
Large diffs are not rendered by default.

ROADMAP.ZH.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -495,11 +495,11 @@
495495

496496
## 外部命令
497497

498-
| 状态 | 命令 | 描述 |
499-
| ------------ | ----------- | ----------------------------------------------------- |
500-
| :arrow_down: | :sh[ell] | 开始一个 shell |
501-
| :arrow_down: | :!{command} | 在 shell 中执行{command} |
502-
| :arrow_down: | K | 使用'keyboard prg'程序在光标下查找关键字(默认: "man") |
498+
| 状态 | 命令 | 描述 |
499+
| ------------------ | ----------- | ----------------------------------------------------- |
500+
| :white_check_mark: | :sh[ell] | 开始一个 shell |
501+
| :white_check_mark: | :!{command} | 在 shell 中执行{command} |
502+
| :arrow_down: | K | 使用'keyboard prg'程序在光标下查找关键字(默认: "man") |
503503

504504
## 执行范围
505505

ROADMAP.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -485,11 +485,11 @@ Since the list is too long, now we just put those already supported options here
485485

486486
## External commands
487487

488-
| Status | Command | Description |
489-
| ------------ | ----------- | -------------------------------------------------------------------------- |
490-
| :arrow_down: | :sh[ell] | start a shell |
491-
| :arrow_down: | :!{command} | execute {command} with a shell |
492-
| :arrow_down: | K | lookup keyword under the cursor with 'keywordprg' program (default: "man") |
488+
| Status | Command | Description |
489+
| ------------------ | ----------- | -------------------------------------------------------------------------- |
490+
| :white_check_mark: | :sh[ell] | start a shell |
491+
| :white_check_mark: | :!{command} | execute {command} with a shell |
492+
| :arrow_down: | K | lookup keyword under the cursor with 'keywordprg' program (default: "man") |
493493

494494
## Ex ranges
495495

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@
10241024
"sinon": "9.0.2",
10251025
"ts-loader": "8.0.1",
10261026
"tslint": "6.1.2",
1027-
"typescript": "3.9.6",
1027+
"typescript": "3.9.7",
10281028
"vscode-test": "1.4.0",
10291029
"webpack": "4.43.0",
10301030
"webpack-cli": "3.3.12",

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
23
"extends": ["config:base", "default:pinDigestsDisabled"],
34
"automerge": true,
4-
"ignoreDeps": ["@types/vscode"]
5+
"ignoreDeps": ["@types/vscode"],
6+
"labels": ["pr/dependency"]
57
}

0 commit comments

Comments
 (0)