Commit Graph

19 Commits

Author SHA1 Message Date
Jason Poon
6506f6f632 feat: cache changelog to limit number of GH api calls 2018-07-15 11:58:32 -07:00
Jason Poon
3198bff247 fix(#2228): remove script altogether. will generate changelog using npm_generate_changelog and stop using GH releases 2017-12-28 22:33:20 +11:00
Jason Poon
ae518ee219 refactor vimstate, recordedstate to own files 2017-12-13 11:36:31 +11:00
Horace He
8a2c449dc0 Added custom typings file 2017-05-24 00:01:13 -04:00
Jason Poon
eeb9d6fdb3 Clean up typings 2016-10-02 01:34:11 -07:00
johnfn
7c8e1ec180 Make multi-insertion sorta work with multi-line. 2016-09-03 16:16:43 -07:00
johnfn
29c4fbd2b8 Merge branch 'master' into multi-cursor-mode
Conflicts:
	.vscode/settings.json
	src/actions/actions.ts
	src/mode/modeHandler.ts
2016-09-01 00:47:53 -07:00
johnfn
266cca9c90 Clean up. 2016-08-14 12:52:16 -07:00
johnfn
e485dc6f97 Make escape work in Multi Cursor Mode. 2016-08-10 11:58:24 -07:00
Jason Poon
e7fb5b583d Minor fixes. Add *.log to gitignore and fix tslint 2016-08-05 15:35:17 -07:00
johnfn
8b76cf8a68 Check in custom typings; fix for...of loops. 2016-07-12 11:12:23 -07:00
johnfn
8859d7da9c Fix visual line selection from bottom to top. 2016-06-17 01:29:19 -07:00
Jason Poon
244d8efd5f Update to new extension APIs. No longer requests binding to every single letter in package.json.
* Update outdated npm packages
* Update typings
* Fixes #157, #126, #188
* Remove appveyor builds as vscode doesn't support them as a CI
2016-05-19 02:59:16 -07:00
johnfn
eb656f7f3b Add visual mode.
Convert test to async/await style.
2016-02-23 10:10:25 -08:00
johnfn
f7298e31a5 Add paragraph motions and tests. 2016-01-30 13:09:41 -08:00
Jason Poon
92862cc35e Tests: Fixes #15 enabling all tests to be run within Travis 2016-01-02 02:15:41 -08:00
Jason Poon
7b61f8febe Lock down package.json versions 2015-12-29 21:35:03 -08:00
Jason Poon
c5671e627c enable running of certain tests with gulp 2015-11-18 01:36:29 -08:00
guillermooo
6652b63929 scaffold project 2015-11-12 20:51:40 +01:00