diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e74aabd..98dc26923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ **Fixed Bugs:** -- Cannot create files with extensions using :e\[dit\] {file} [\#2923](https://github.com/VSCodeVim/Vim/issues/2923) +- Cannot create files with extensions using :e\[dit\] {file} [\#2923](https://github.com/VSCodeVim/Vim/issues/2923) - :tablast broken with vscode 1.25.0 [\#2813](https://github.com/VSCodeVim/Vim/issues/2813) - 2gt not goes to the right tab [\#2789](https://github.com/VSCodeVim/Vim/issues/2789) @@ -1727,6 +1727,3 @@ - Add ex mode [\#3](https://github.com/VSCodeVim/Vim/pull/3) ([guillermooo](https://github.com/guillermooo)) \* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_ - - -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/build/CHANGELOG.base.md b/build/CHANGELOG.base.md index 26e9f6da5..9e253d6d7 100644 --- a/build/CHANGELOG.base.md +++ b/build/CHANGELOG.base.md @@ -1677,4 +1677,4 @@ - add gulp + tslint [\#6](https://github.com/VSCodeVim/Vim/pull/6) ([jpoon](https://github.com/jpoon)) - command line mode refactoring [\#5](https://github.com/VSCodeVim/Vim/pull/5) ([guillermooo](https://github.com/guillermooo)) - Navigation mode [\#4](https://github.com/VSCodeVim/Vim/pull/4) ([jpoon](https://github.com/jpoon)) -- Add ex mode [\#3](https://github.com/VSCodeVim/Vim/pull/3) ([guillermooo](https://github.com/guillermooo)) \ No newline at end of file +- Add ex mode [\#3](https://github.com/VSCodeVim/Vim/pull/3) ([guillermooo](https://github.com/guillermooo)) diff --git a/package-lock.json b/package-lock.json index 2968ea446..8efdf6485 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1800,8 +1800,7 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "aproba": { "version": "1.2.0", @@ -1822,14 +1821,12 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, - "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -1844,20 +1841,17 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "core-util-is": { "version": "1.0.2", @@ -1974,8 +1968,7 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "ini": { "version": "1.3.5", @@ -1987,7 +1980,6 @@ "version": "1.0.0", "bundled": true, "dev": true, - "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -2002,7 +1994,6 @@ "version": "3.0.4", "bundled": true, "dev": true, - "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -2010,14 +2001,12 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "minipass": { "version": "2.2.4", "bundled": true, "dev": true, - "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -2036,7 +2025,6 @@ "version": "0.5.1", "bundled": true, "dev": true, - "optional": true, "requires": { "minimist": "0.0.8" } @@ -2117,8 +2105,7 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "object-assign": { "version": "4.1.1", @@ -2130,7 +2117,6 @@ "version": "1.4.0", "bundled": true, "dev": true, - "optional": true, "requires": { "wrappy": "1" } @@ -2216,8 +2202,7 @@ "safe-buffer": { "version": "5.1.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "safer-buffer": { "version": "2.1.2", @@ -2253,7 +2238,6 @@ "version": "1.0.2", "bundled": true, "dev": true, - "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -2273,7 +2257,6 @@ "version": "3.0.1", "bundled": true, "dev": true, - "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -2317,14 +2300,12 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "yallist": { "version": "3.0.2", "bundled": true, - "dev": true, - "optional": true + "dev": true } } }, diff --git a/package.json b/package.json index 8245d04ab..36b177613 100644 --- a/package.json +++ b/package.json @@ -701,4 +701,4 @@ "typescript": "3.0.1", "vscode": "1.1.18" } -} \ No newline at end of file +} diff --git a/test/testConfiguration.ts b/test/testConfiguration.ts index 59f8af55d..19d25735f 100644 --- a/test/testConfiguration.ts +++ b/test/testConfiguration.ts @@ -44,12 +44,12 @@ export class Configuration implements IConfiguration { startInInsertMode = false; statusBarColorControl = false; statusBarColors: IModeSpecificStrings = { - normal: ["#8FBCBB", "#434C5E"], - insert: "#BF616A", - visual: "#B48EAD", - visualline: "#B48EAD", - visualblock: "#A3BE8C", - replace: "#D08770" + normal: ['#8FBCBB', '#434C5E'], + insert: '#BF616A', + visual: '#B48EAD', + visualline: '#B48EAD', + visualblock: '#A3BE8C', + replace: '#D08770', }; debug: { loggingLevel: 'warn';