Jason Poon
|
c682e617a9
|
Mac builds on Travis take hours. Likelihood of x-plat issue is minimal. Removing mac build
|
2016-10-19 14:44:08 -07:00 |
|
rebornix
|
71fc1d5b40
|
make tab sequence feel right
|
2016-10-19 14:31:41 -07:00 |
|
rebornix
|
4bb8ab32ef
|
make = an operator and align with Code's command API
|
2016-10-19 13:22:56 -07:00 |
|
rebornix
|
a7caf7ea90
|
you can use sp now as we support horizontal splitting
|
2016-10-19 10:52:38 -07:00 |
|
Grant Mathews
|
28c3688817
|
Update README
|
2016-10-19 02:00:22 -07:00 |
|
Will
|
ea463a1936
|
add gh hover command (#945)
|
2016-10-19 01:53:00 -07:00 |
|
rebornix
|
89ad07f6a7
|
fix #937
|
2016-10-18 21:14:25 -07:00 |
|
xconverge
|
9289271d0d
|
fixes #879
|
2016-10-18 20:57:56 -07:00 |
|
Peng Lyu
|
b0f8376e9b
|
Merge pull request #941 from xconverge/support-num-registers-macros
Support num registers macros
|
2016-10-18 20:57:30 -07:00 |
|
xconverge
|
d812e7261d
|
Added @registername to status bar when recording macro
|
2016-10-18 19:24:51 -07:00 |
|
xconverge
|
f1eeabd616
|
Add support for number registers for macros
|
2016-10-18 19:17:34 -07:00 |
|
rebornix
|
da8c437339
|
stop macro once motions fail
|
2016-10-18 16:17:44 -07:00 |
|
rebornix
|
86b058d082
|
travis is not smart about upper/lower case
|
2016-10-18 16:17:44 -07:00 |
|
rebornix
|
999269538f
|
abort when a motion fails
|
2016-10-18 16:17:44 -07:00 |
|
rebornix
|
cc8168b2d9
|
Code formart
|
2016-10-18 16:17:44 -07:00 |
|
rebornix
|
b86f293895
|
support to run last invoked macro
|
2016-10-18 16:17:44 -07:00 |
|
rebornix
|
b711737e90
|
support repeating Macro
|
2016-10-18 16:17:44 -07:00 |
|
rebornix
|
60dc363017
|
fix append command to macro
|
2016-10-18 16:17:44 -07:00 |
|
rebornix
|
5e3db760d7
|
test all test cases
|
2016-10-18 16:17:44 -07:00 |
|
rebornix
|
9c009ab34f
|
Append command to existing macro
|
2016-10-18 16:17:44 -07:00 |
|
rebornix
|
0f59db9305
|
add test cases for Macro from Practical Vim
|
2016-10-18 16:17:44 -07:00 |
|
rebornix
|
a8dfee5850
|
replay keystrokes
|
2016-10-18 16:17:44 -07:00 |
|
rebornix
|
e4705a95cb
|
abstract type
|
2016-10-18 16:17:44 -07:00 |
|
rebornix
|
019cce67f1
|
initial version
|
2016-10-18 16:17:44 -07:00 |
|
rebornix
|
7fcd0195d8
|
fix a test case issue for indentation
|
2016-10-18 15:58:37 -07:00 |
|
rebornix
|
4590e1880e
|
indentation doesn't ruin vim modes
|
2016-10-18 15:58:37 -07:00 |
|
rebornix
|
45acc57ddc
|
make sure we update cursor position internally correctly
|
2016-10-18 15:58:37 -07:00 |
|
Jason Poon
|
3d4675ca62
|
put the markdown files back in the vsix package
|
2016-10-18 11:42:56 -07:00 |
|
Jason Poon
|
e77da66ef2
|
ignore vscode test app and md files when generating vsix
|
2016-10-18 10:27:42 -07:00 |
|
Jason Poon
|
3b31f2d769
|
bump package version
|
2016-10-18 09:49:12 -07:00 |
|
rebornix
|
a3ea6a9e8c
|
add several more cases
|
2016-10-17 22:30:31 -07:00 |
|
rebornix
|
dc7e5090fb
|
why my commit hook no longer works
|
2016-10-17 22:30:31 -07:00 |
|
rebornix
|
be98617f76
|
add explaination to the special handling for visual mode
|
2016-10-17 22:30:31 -07:00 |
|
rebornix
|
0a5287e942
|
how we map visual mode cursor positions
|
2016-10-17 22:30:31 -07:00 |
|
rebornix
|
2b76f3e119
|
run manual tests for selection
|
2016-10-17 22:30:31 -07:00 |
|
rebornix
|
78c22068a0
|
hope this makes everything right
|
2016-10-17 22:30:31 -07:00 |
|
Peng Lyu
|
bd3a2be062
|
Merge pull request #932 from xconverge/debug-log-spam
fixes #905
|
2016-10-17 22:23:17 -07:00 |
|
xconverge
|
7b9f67db09
|
fixes #905
|
2016-10-17 22:12:16 -07:00 |
|
Peng Lyu
|
d1bb5268e2
|
Merge pull request #931 from xconverge/repeat-search
fixes #652
|
2016-10-17 21:18:01 -07:00 |
|
xconverge
|
d7321e1f65
|
fixes #652
|
2016-10-17 20:18:07 -07:00 |
|
Peng Lyu
|
c20a6632c4
|
update internal cursor position per Code selection change (#919)
|
2016-10-14 16:57:09 -07:00 |
|
Platzer
|
5d9f2b0163
|
Draw multicursor correctly in Visual Mode (#920)
* draw multicursor block when in visual mode
* fixed mulitcursor selection drawing
|
2016-10-14 16:49:59 -07:00 |
|
Platzer
|
3a3bbaea0a
|
display register value in reg-cmd, fix #830 (#915)
|
2016-10-14 16:46:53 -07:00 |
|
johnfn
|
41229871b1
|
Improve performance
|
2016-10-13 17:50:44 -07:00 |
|
johnfn
|
bdfffb25f8
|
0.3.7
|
2016-10-11 23:07:54 -07:00 |
|
Sean Kelly
|
c567194c54
|
fixes #888 (#902)
* fixes #888
* Change the way we handle replace on last character
|
2016-10-11 22:54:23 -07:00 |
|
Sean Kelly
|
c845e04b73
|
fixes #882 (#900)
|
2016-10-11 21:11:14 -07:00 |
|
johnfn
|
6efdd3b20f
|
0.3.6
|
2016-10-11 19:31:46 -07:00 |
|
David Terry
|
65997a1579
|
allow remapping of ctrl-j and ctrl-k in settings.json (#891)
|
2016-10-11 19:30:34 -07:00 |
|
johnfn
|
506640968c
|
Fix #868.
|
2016-10-11 18:58:18 -07:00 |
|