Commit Graph

15 Commits

Author SHA1 Message Date
Foo-x
d712063aa0
Closes #4483: migrate to eslint (#8702) 2023-12-22 20:16:43 -05:00
renovate[bot]
8c544d512e
Update dependency prettier to v3 (#8486) 2023-09-09 19:57:26 -04:00
Jason Fields
ab7b757927 Stop HistoryTracker from using activeTextEditor directly 2023-03-17 00:44:32 -04:00
Jason Fields
8fd5c45557 Fix tests 2022-12-28 00:08:17 -05:00
Elazar Cohen
fb3d71a37b
Update vscode dependency to 1.67.0 (#7945) 2022-09-06 15:02:18 -04:00
Jason Fields
23e5d3e252 File (uppercase) marks should be associated with a document, not an editor 2021-08-31 23:50:07 -04:00
Jason Fields
7103285539 Enable strictPropertyInitialization
Fixes #5847
2021-05-28 21:34:16 -04:00
renovate[bot]
3f6ba73944
Update dependency prettier to v2.3.0 (#6604)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-10 01:29:40 -04:00
Jason Fields
f86273d252 Small refactor of Jumps 2021-04-04 22:17:49 -04:00
Ignacio Alvarez
ebf9fe74bc
Support for delm[arks]! (#4748)
Fixes #4682
2021-03-15 22:56:50 -04:00
Jason Fields
5a2dc0210d Simplify tslint.json by extending tslint:recommended
As a side-effect, our linting just got substantially stricter, and this had to be a pretty wide-reaching change to comply. Sorry if this complicates any merges!
2021-03-05 20:20:44 -05:00
Jose Alvarez
7f1972dd89
Implement previous context marks (#6174)
Implements previous context marks as described in Vim's help m' / help m`.
Fixes #4873
2021-03-01 15:17:29 -05:00
Jason Fields
ba244bb4ce Stop using custom Position class in favor of augmenting vscode.Position
This means no more need to convert back and forth between the two.
Closes #4820
2020-11-13 21:48:12 -05:00
renovate[bot]
b6d75ca49a
Update dependency prettier to v2 (#4661)
All line endings are now unix-style (\n), and arrow functions always have parentheses around their parameters.
2020-03-26 13:02:33 -04:00
Jesse Chilcott
318e411171
Globalmarks (#3708)
Supports global marks. I.e., just like normal marks, except when the mark is uppercase it should jump across files in addition to the cursor position.
Fixes #1692
2020-02-25 20:55:23 -05:00