Commit Graph

21 Commits

Author SHA1 Message Date
Daniel Smith
3158194561 Read key remappings from .vimrc (#3908)
Read key remapping commands from $HOME/.vimrc, $HOME/_vimrc, or a
user-specified Vim configuration file. For each, build an IKeyRemapping
object and append it to the appropriate collection, _if_ doing so will
not override a remapping specified in the VS Code settings.

Partially addresses #463. This implementation borrows heavily from
Sheepolution/vimrc-to-json.

* Add `editVimrc` command

* Add .vimrc validator, correct usage of new config names

* Source .vimrc automatically after saving it
2019-11-09 23:16:46 -05:00
Jason Poon
d81ba75a43
v1.11.0 (#4104)
* bump version

* update base changelog
2019-09-28 20:20:04 -07:00
Jason Killian
d8564f90a6 Add CamelCaseMotion plugin (#3483)
* Add CamelCaseMotion Plugin

Fixes https://github.com/VSCodeVim/Vim/issues/1220

* update @node/types

* adjust tests to only load config once

* nest camelCaseMotion configuration

* fix merge error
2019-02-17 21:33:13 -08:00
Jason Poon
839a34fee6 docs: fix formatting of base changelog 2019-01-06 03:12:55 -08:00
Jason Poon
a9b8837e14 v1.0.0! 2019-01-05 01:25:29 -08:00
Jason Poon
6689d4bb44 fix: update changelog base file 2018-12-28 00:57:15 -08:00
Renovate Bot
8200ad28a3
chore(deps): update node.js to v8.15 2018-12-27 03:45:33 +00:00
Renovate Bot
7d015c2881
chore(deps): update node.js to v8.14 2018-11-28 18:57:05 +00:00
Renovate Bot
3f8ea5d866
chore(deps): update node.js to v8.13 2018-11-27 04:04:31 +00:00
Jason Poon
3c60b6635b fix: prettier fixes 2018-11-22 01:14:29 -08:00
Renovate Bot
3ad0780e5d
chore(deps): update node.js to v8.12 2018-11-05 10:25:22 +00:00
Pavel Schoffer
6297d29ea7 Fixes #3168 - Ubuntu tests 2018-10-27 11:33:25 +02:00
Jason Poon
a67cf5fc21 bump version 2018-10-26 01:42:11 -07:00
westim
e0ef8f5802 Fix 3152: Upgrade libgtk from 2.0 to 3.0 2018-10-19 22:15:40 -07:00
Jason Poon
81a0523daf fix prettier 2018-08-08 22:10:33 -07:00
Jason Poon
27176ef400 remove footer from base changelog 2018-08-08 21:53:14 -07:00
Jason Poon
85f175afbc bump version 2018-08-08 21:49:06 -07:00
Jason Poon
4b5835fea4 fix: enable prettier for md 2018-07-29 11:12:18 -07:00
Jason Poon
6506f6f632 feat: cache changelog to limit number of GH api calls 2018-07-15 11:58:32 -07:00
Renovate Bot
fb9e8e46ff chore(deps): update node to tag 8.11 (#2496) 2018-03-31 00:12:08 -07:00
Jason Poon
1ed4647798 Add: 'gulp test' which will run UTs inside a container. Clean up gulpfile 2018-02-03 22:30:06 -08:00