Commit Graph

2346 Commits

Author SHA1 Message Date
Jason Poon
4883816e67 Merge pull request #79 from benjaminRomano/master
Created tests for modeInsert
2015-12-01 23:37:56 -08:00
Benjamin Romano
0c7a002f28 Created tests for modeInsert
fixed linter errors

Fixed compile error due to uppercase in require statement
2015-12-02 01:23:12 -06:00
Jason Poon
b1fe475c82 Merge pull request #78 from VSCodeVim/trim-whitespace
gulp: add trim-whitespace task
2015-12-01 17:59:07 -08:00
Jason Poon
592ce43a5a gulp: add trim-whitespace task 2015-12-01 17:53:31 -08:00
Jason Poon
db66ce44dc refactor: use helper functions to make it easier what we are checking for 2015-12-01 17:38:29 -08:00
Jason Poon
af0f68644a Merge pull request #76 from adriaanp/update-word
implement correct w,b motion behaviour
2015-12-01 17:31:55 -08:00
Adriaan Putter
8b3f668fc8 implement correct w,b motions 2015-12-02 00:15:38 +02:00
Jason Poon
944bf602d7 Merge pull request #75 from VSCodeVim/tsd_github_token
Fix PR builds
2015-12-01 12:25:44 -08:00
Jason Poon
27f5297637 Merge pull request #74 from VSCodeVim/add-cursor-texteditor-tests
Add cursor and textEditor tests
2015-12-01 12:17:02 -08:00
Jason Poon
573d0fa09d Fixes #73 and #24. Making the personal token public in order to properly
build PRs.
2015-12-01 12:14:03 -08:00
Jason Poon
f7a27f3292 Add cursor and textEditor tests. Fixed a couple of bugs 2015-12-01 12:09:39 -08:00
Jason Poon
ada2dac1ea Merge pull request #66 from josephliccini/master
'$' and '^' for Moving to beginning and end of line
2015-12-01 01:02:19 -08:00
Joseph Liccini
eb6de1bd7b '$' and '^' for Moving to beginning and end of line 2015-11-30 23:59:35 -05:00
Jason Poon
46df0b6577 Merge pull request #65 from kimitake/support-x
support x command
2015-11-30 18:01:44 -08:00
kimitake
af95f5e8ac support x command 2015-11-30 15:54:18 -08:00
Jason Poon
88343c75ce Merge pull request #58 from kimitake/fix-cursor-class
BugFix: Cursor isLastLine and right calculating end of line incorrectly.
2015-11-30 14:23:18 -08:00
Jason Poon
455f957ee5 readme: accidentally a word 2015-11-30 14:18:57 -08:00
Kimitake
04a1206110 Merge branch 'master' into fix-cursor-class 2015-11-30 12:28:51 -08:00
Jason Poon
e913d28827 Update readme to use 'gulp init' instead of 'tsd' directly 2015-11-30 10:54:41 -08:00
Jason Poon
898b3ee5bc Merge pull request #63 from markrendle/master
Update README.md
2015-11-30 10:34:14 -08:00
Mark Rendle
5c1218785b Update README.md
Added step to run tsd install to Contributing section.
2015-11-30 10:31:14 +00:00
Kimitake
8fde719057 Merge branch 'master' into fix-cursor-class 2015-11-29 19:16:17 -08:00
kimitake
5db2a525ad fix bug for Cursor class 2015-11-29 18:52:08 -08:00
Jason Poon
d1842ac695 BugFix: inserting new line 2015-11-29 18:51:04 -08:00
Jason Poon
07a75d61a4 BugFix: insert at beginning of line 2015-11-29 18:26:15 -08:00
Jason Poon
b190c75e9d Merge pull request #56 from VSCodeVim/cursor_refactor
Cursor Motions
2015-11-29 17:51:41 -08:00
Jason Poon
ba61086b0d add contributing info to readme 2015-11-29 17:44:19 -08:00
Jason Poon
5956516534 refactor cursor class 2015-11-29 17:44:13 -08:00
Jason Poon
c018f165de Merge branch 'kimitake-fix-cursor'
Conflicts:
	src/mode/modeNormal.ts
2015-11-29 15:38:10 -08:00
kimitake
dd1766d158 fix cursor behavior for h,j,k,l, and ESC 2015-11-29 15:37:34 -08:00
Jason Poon
cc7decc8e6 Merge pull request #53 from adriaanp/words
Add word motion and db
2015-11-29 15:28:49 -08:00
Adriaan Putter
6cafd08e05 add w, b, db 2015-11-29 23:08:33 +02:00
Jason Poon
263a5efaa2 Fixes #48. Return promise from text editor 2015-11-29 11:15:46 -08:00
Jason Poon
33d850f3b7 Trigger suggest following every change. Fixes #51 2015-11-29 11:08:23 -08:00
Jason Poon
158bbaa820 implement A to insert EOL. Release v0.0.2 2015-11-29 09:43:41 -08:00
Jason Poon
4fa94e1f47 Merge pull request #50 from kimitake/fix-cursor-pos-in-normal-mode
move cursor position after getting normal mode
2015-11-29 09:11:12 -08:00
kimitake
a8a277fe0e move cursor position after getting normal mode 2015-11-29 07:59:02 -08:00
Jason Poon
b28df21fc0 remove coming soon tag from readme 2015-11-29 02:44:26 -08:00
Jason Poon
c7f9490d4e fix package in order to publish 2015-11-29 02:37:35 -08:00
Jason Poon
bee8500ee8 Merge pull request #46 from VSCodeVim/keybindings-test
Implement Redo, Refactor Keybindings
2015-11-29 00:52:12 -08:00
Jason Poon
ac66853677 implement redo 2015-11-29 00:41:08 -08:00
Jason Poon
560875c075 * Extensions Refactor.
* Add tests to ensure proper keybindings
2015-11-29 00:41:02 -08:00
Guillermo López-Anglada
105b6a9b12 Merge pull request #45 from VSCodeVim/more-tests
reorganize tests; add tests
2015-11-28 11:35:15 +01:00
guillermooo
3f2c6b57c2 reorganize tests; add tests; minor fixes 2015-11-28 11:29:33 +01:00
Guillermo López-Anglada
b6ca2dcbb9 Merge pull request #43 from VSCodeVim/fixes
fixes; add VimError class
2015-11-28 00:49:29 +01:00
guillermooo
d4343826d9 fixes; add VimError class 2015-11-28 00:41:02 +01:00
Guillermo López-Anglada
0743ca3db0 Merge pull request #42 from VSCodeVim/refactor-cmdline
Refactor cmdline
2015-11-27 23:48:45 +01:00
guillermooo
20bda56f86 refactor, reorganize files 2015-11-27 23:41:04 +01:00
guillermooo
dd638ab2ee add interface for command-line command args 2015-11-27 23:41:01 +01:00
guillermooo
da866d3b2f refactor 2015-11-27 23:40:52 +01:00