Commit Graph

496 Commits

Author SHA1 Message Date
Maxfield Walker
a367d12f70 passing test 2017-09-15 23:19:16 -04:00
Maxfield Walker
ddbfee90d9 Add tests for new easymotion motions 2017-09-15 23:19:16 -04:00
Maxfield Walker
96534ba465 passing test 2017-09-04 23:05:28 -04:00
Horace He
dbe22d05af Updated packages and re-ran prettier 2017-08-30 13:10:31 -04:00
MaxfieldWalker
1de51bb72b Easymotion new features (#1967)
* Clean up easymotion code

* run prettier

* Jump immediately when only one found

* add two-char moves

* add n-character move

* add easymotion tests

* run prettier

* enable easymotion when runnning tests

* update easymotion document

* Update README about easymotion
2017-08-27 13:11:41 -04:00
J.R. Maingat
25bdc81865 Fixes #1950: counter for $ (#1952)
* Implement counter for line end ($, <End>) action

* Add unit tests for line end counter

* Changed name back
2017-08-27 12:45:06 -04:00
J.R. Maingat
51a94d38c3 Fixes #1941: Action repetition with Ctrl-[ (#1953)
* Remove extraneous command for ctrl open bracket

* Add unit test for C-[ action repetition

* Change newTestOnly to newTest
2017-08-25 14:11:45 -07:00
Gustavo Guimaraes
b12545b075 Fixed iW on beginning of word (#1935) (#1977) 2017-08-25 13:43:34 -07:00
Horace He
f13b61eb1f Removed perpetually flaky tests (#1982) 2017-08-25 13:31:19 -07:00
Philip Mateescu
6b702872e7 Makes all tests pass on Windows (#1939)
* appveyor config v1

* typo

* choco failing - getting more info

* force install?

* ignore dependencies

* Dot at the end makes it more obvious what the whole value is

* reducing verbosity

* fixed read shell command test #1914

special case for win32 + neovim

* forgot to remove .only

* taking care of the '\r' dangling on lines on win32 #1914

* \\n doesn't translate to new-line on Windows. \\r\\n does

fixing failed test 4 of #1914

* prettified the code
2017-08-12 22:38:56 -07:00
Horace He
d3610143d3 Cleaned up test results by disabling neovim 2017-08-08 23:53:46 -07:00
Philip Mateescu
c0e54419c5 prettier doesn't work in windows 2017-07-17 15:22:39 -07:00
Philip Mateescu
7a7618d5eb Dot at the end makes it more obvious what the whole value is 2017-07-17 15:22:39 -07:00
Philip Mateescu
2ad726ab04 isolating clipboard tests into their own suite to enforce clipboard copy 2017-07-17 15:22:39 -07:00
Philip Mateescu
1adfba81e0 see if I can get more info by asserting the lines 2017-07-17 15:22:39 -07:00
Philip Mateescu
2d876236eb so test works, suite works, something else is messing up 2017-07-17 15:22:39 -07:00
Philip Mateescu
5779c50e03 trying only this suite now 2017-07-17 15:22:39 -07:00
Philip Mateescu
196d13fcb7 passes on darwin. testing on travis 2017-07-17 15:22:39 -07:00
Philip Mateescu
0082cc58d1 Ctrl-C should copy to clipboard in visual mode - fix for #1896
When yanking to clipboard, the selection should also reset to normal
2017-07-17 15:22:39 -07:00
Philip Mateescu
050c4d9f00 Update tests due to VSCode PR 28238
This PR: Microsoft/vscode#28238 inserts spaces inside block comments, which affects VSCodeVim tests.
2017-07-13 13:43:26 -07:00
Philip Mateescu
f14218b885 substitute flag (gdefault) with tests 2017-07-10 03:03:13 -07:00
Philip Mateescu
e809f2dcf8 Renamed test to reflect purpose 2017-07-09 10:38:39 -05:00
Horace He
56832395ff Added tests 2017-07-03 22:29:49 -07:00
Horace He
3284bbd6d3 Fixed whitespace at beginning of line 2017-06-30 14:11:03 -07:00
Horace He
1e51dbbd5b Fixed lint issues 2017-06-30 14:11:03 -07:00
Horace He
edd08c0f46 Formattted everything with prettier 2017-06-30 14:11:03 -07:00
Horace He
aedf907d60 Fixed broken tests 2017-06-24 00:16:52 -07:00
Horace He
2ae55da6f5 Fixed visual block mode 2017-06-24 00:16:52 -07:00
Horace He
76b442eb0c Added EOL handling 2017-06-24 00:16:52 -07:00
Horace He
83ad863e16 Fix movement issues 2017-06-24 00:16:52 -07:00
Horace He
2e6669aa93 Removed duplicate keybindings test 2017-06-21 21:37:30 -07:00
Horace He
0b6aafcbcd Added a test! 2017-06-21 11:48:42 -07:00
xconverge
44905e49e4 fixes #1843 A and I preceded by count 2017-06-15 19:17:07 -07:00
xconverge
f7045904c4 Add test for yiw cursor position 2017-06-13 19:46:14 -07:00
Horace He
cab45b2616 Fixed incorrect test 2017-05-29 11:09:01 -07:00
Horace He
e9abef1e07 Added tests 2017-05-28 23:28:50 -07:00
Horace He
ee3c58dfe8 Added tests 2017-05-27 09:12:30 -07:00
Horace He
5413d5ed36 Fixes #1763 and unfixes #612 (again) 2017-05-26 12:35:03 -04:00
Horace He
c7917fe1aa Fixes #612 2017-05-26 02:16:34 -04:00
Horace He
1474dd1496 removed failing test 2017-05-25 20:42:24 -04:00
Horace He
d90336a19f Made neovim enabled during tests 2017-05-24 00:03:21 -04:00
Horace He
8a43b1450e fixed final test 2017-05-24 00:02:34 -04:00
Horace He
7fb597b99a fixed register issue and tests 2017-05-24 00:02:34 -04:00
Horace He
f7f677bc6e Fixed broken tests 2017-05-24 00:02:34 -04:00
Horace He
bc4e5bcdb7 replaced all instances of new ModeHandler() with getAndUpdateModeHandler()? 2017-05-24 00:01:13 -04:00
Horace He
12e6171464 Removed broken test 2017-05-24 00:01:13 -04:00
Horace He
c93a42daaf Merge branch 'master' into FixVisualModeBugs#1304to#1308 2017-05-21 22:09:51 -04:00
Horace He
8f95b4ae78 Added tests 2017-05-21 20:05:11 -04:00
Horace He
e21d811435 Added tests 2017-05-21 20:05:11 -04:00
Horace He
83e773559e Fixed tests, fixed #1534 2017-05-21 20:05:11 -04:00