Commit Graph

6432 Commits

Author SHA1 Message Date
Blake Williams
9cb97752d3
Make vim.textwidth configurable per-language (#7747)
Currently the vim.textwidth setting is global which means that all
languages must share the same value. This is fine for a lot of cases but
for some cases like git commits it can be useful to have a custom value.

This updates setting configuration to be "language-overridable" which
allows VSCode to autocomplete the value in the settings page for
languages. This allows us to update the `textwidth` property to a getter
where VSCode will automatically return the correct value.

Fixes #4993
2022-06-09 12:30:03 -04:00
monjara
dc5afe8e42
Copy to register when using c, s, or D in VisualBlock mode (#7697) 2022-06-09 12:23:06 -04:00
KnorpelSenf
6ede9069a8
docs: describe installation without reload (#7727) 2022-06-08 23:25:48 -04:00
Jason Fields
a4f4fbd1e9 Make c in VisualBlock mode skip over short lines
Fixes #7741
2022-06-08 22:53:50 -04:00
WhiteSource Renovate
6159073a11
Update dependency @types/node to v16.11.39 (#7744) 2022-06-07 18:12:33 -04:00
renovate[bot]
a8b72eddbc
Update dependency typescript to v4.7.3 (#7738)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-04 03:42:02 +00:00
WhiteSource Renovate
59481327cf
Update dependency webpack to v5.73.0 (#7735) 2022-06-02 11:36:32 -04:00
WhiteSource Renovate
762bfe2c30
Update dependency @types/node to v16.11.38 (#7731) 2022-06-01 11:51:19 -04:00
renovate[bot]
68c0796bd6
Update dependency vsce to v2.9.1 (#7733)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-01 11:50:39 -04:00
WhiteSource Renovate
17547f5f8e
Update dependency vsce to v2.9.0 (#7730) 2022-05-30 15:48:59 -04:00
WhiteSource Renovate
df206e7f16
Update dependency typescript to v4.7.2 (#7721) 2022-05-24 15:28:28 -04:00
WhiteSource Renovate
fec71b6f4a
Update dependency vsce to v2.8.0 (#7713) 2022-05-18 13:43:49 -04:00
Wayne Tsai
8fa6956673
Support <C-z> key notation (#7576) 2022-05-17 16:23:00 -04:00
Shumpei Murakami
c495e0ea53
x in VisualLine mode should update numbered registers (#7677)
Fixes #7676
2022-05-17 11:19:37 -04:00
Jason Fields
0a204ac322 Special case empty branch in pattern for performance
This is janky in several ways, but it makes the experience of hitting '|' in a pattern in a large file much, much better after recent changes made to search degraded it.
2022-05-17 02:37:50 -04:00
Jason Fields
f430066193 Fix Insert mode <C-d> with tabs
Fixes #7703
2022-05-16 23:55:10 -04:00
WhiteSource Renovate
24f73fe417
Update dependency @types/node to v16.11.36 (#7705) 2022-05-16 19:48:03 -04:00
Jason Fields
b140b76b83 Implement :> and :<
Fixes #3733
2022-05-14 22:32:46 -04:00
Jason Fields
4b74a16a73 Make :bf[irst] and :bl[ast] aliases of :tabfir[st] and :tabl[ast] 2022-05-13 21:19:13 -04:00
ChewCW
24f9269d56
Fix :delm[arks](#7681) 2022-05-12 23:16:47 -04:00
Wayne Tsai
8d790a368c
[Docs] fix broken fenced code blocks in the README (#7686) 2022-05-12 22:33:12 -04:00
renovate[bot]
9446b4a332
Update dependency @types/node to v16.11.35 (#7698)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-13 01:29:05 +00:00
renovate[bot]
c7f35e49f6
Update dependency @types/node to v16.11.34 (#7692)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-11 03:37:42 +00:00
WhiteSource Renovate
8b82e683ea
Update dependency webpack to v5.72.1 (#7691) 2022-05-10 12:00:10 -04:00
renovate[bot]
8285b6e3db
Update dependency sinon to v14 (#7683)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-07 23:48:05 +00:00
renovate[bot]
1ca293869e
Update dependency fork-ts-checker-webpack-plugin to v7.2.11 (#7672)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-02 04:42:11 +00:00
renovate[bot]
fc09d8ff73
Update dependency @types/node to v16.11.33 (#7671)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-02 01:38:44 +00:00
renovate[bot]
6c76f33e6d
Update dependency mocha to v10 (#7669)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-01 11:35:15 +00:00
renovate[bot]
4edbfda838
Update dependency ts-loader to v9.3.0 (#7665)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-30 17:21:57 +00:00
renovate[bot]
abe750044d
Update dependency fork-ts-checker-webpack-plugin to v7.2.9 (#7664)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-30 14:55:59 +00:00
renovate[bot]
fb36f30669
Update dependency fork-ts-checker-webpack-plugin to v7.2.8 (#7659)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-29 12:18:22 +00:00
renovate[bot]
75453f88db
Update dependency @types/node to v16.11.32 (#7662)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-29 06:53:45 +00:00
renovate[bot]
6c39de08bf
Update dependency typescript to v4.6.4 (#7661)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-29 03:11:38 +00:00
renovate[bot]
eca6e44b88
Update dependency @types/node to v16.11.31 (#7656)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-26 20:26:07 -04:00
renovate[bot]
4923d7cd80
Update dependency @types/node to v16.11.30 (#7655)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-26 16:47:03 -04:00
renovate[bot]
2628f88d6d
Update dependency ts-loader to v9.2.9 (#7654)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-26 13:57:57 -04:00
WhiteSource Renovate
a9e5e4f6a4
Update dependency @types/node to v16.11.29 (#7652) 2022-04-25 11:49:11 -04:00
renovate[bot]
b8d86076af
Update dependency @types/node to v16.11.28 (#7649)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-25 11:33:58 -04:00
Jason Fields
a83794974c Remove deprecated Easymotion settings
This isn't really a breaking change, since these settings haven't been read for nearly two years.
2022-04-24 13:22:53 -04:00
Wayne Tsai
529d1db7e6
Fix type of Configuration.handleKeys (#7615) 2022-04-24 12:09:52 -04:00
Jason Fields
b795827305 Use node v16, not v18, in DockerFile
I like the new shiny stuff as much as the next guy, Renovate, but let's not get ahead of VSCode
2022-04-24 11:48:35 -04:00
renovate[bot]
6e1bb07216
Update dependency fork-ts-checker-webpack-plugin to v7.2.7 (#7647)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-24 03:11:45 +00:00
renovate[bot]
f06d97a514
Update dependency @types/node to v16 (#7646)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-23 18:25:28 +00:00
WhiteSource Renovate
29871f6b86
Update dependency @types/mocha to v9.1.1 (#7644) 2022-04-22 19:10:49 -04:00
renovate[bot]
e28a824971
Update Node.js to v18 (#7643)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-21 06:30:16 +00:00
renovate[bot]
a567ecd27e
Update dependency @types/lodash to v4.14.182 (#7639)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-19 05:53:07 +00:00
renovate[bot]
7cb1c81a45
Update dependency fork-ts-checker-webpack-plugin to v7.2.6 (#7634)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-14 22:14:24 -04:00
renovate[bot]
e140f0db93
Update dependency @types/node to v14.18.13 (#7633)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-14 13:48:56 +00:00
renovate[bot]
4695c91e3b
Update dependency sinon to v13.0.2 (#7632)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-14 02:04:03 -04:00
dependabot[bot]
59d45b3ad1
Bump async from 3.2.0 to 3.2.3 (#7631)
Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.3.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v3.2.0...v3.2.3)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-13 20:15:04 -04:00