Commit Graph

1401 Commits

Author SHA1 Message Date
johnfn
feb74e646a Fix ~ 2016-09-16 21:09:56 -07:00
johnfn
74930e3512 Fix repeating in replace mode. 2016-09-16 17:35:33 -07:00
johnfn
5e10ca16e3 Fix visual block mode. 2016-09-16 17:28:37 -07:00
rebornix
986e0e2aa0 fix #753 2016-09-16 14:28:06 -07:00
rebornix
99a7c43424 delete range into register 2016-09-16 11:54:40 -07:00
rebornix
0e82bd195a gJ in visual mode 2016-09-16 10:28:16 -07:00
rebornix
b2f0cb8d50 Join lines in visual mode 2016-09-16 10:24:00 -07:00
rebornix
231f3da1d0 zH, zL 2016-09-16 10:02:48 -07:00
johnfn
0aef37a809 Fix all tslint issues 2016-09-15 16:58:01 -07:00
rebornix
3f6bed5bd0 add zh,zl 2016-09-15 16:39:48 -07:00
johnfn
16c5da06b6 Merge branch 'master' into multi-cursor-mode
Conflicts:
	src/actions/actions.ts
	src/mode/modeHandler.ts
	src/register/register.ts
	src/util.ts
2016-09-15 16:19:07 -07:00
johnfn
976564453a Fix test race condition in worst possible way 2016-09-15 16:01:07 -07:00
Grant Mathews
002e6821fa Merge pull request #770 from jgoz/743-fix-delete-crlf
Fix delete line with CRLF (#743)
2016-09-15 15:38:47 -07:00
rebornix
2478a2bbc1 update roadmap for scrolling pages 2016-09-15 14:21:24 -07:00
rebornix
7d93edf95c fix #769 2016-09-15 14:17:00 -07:00
rebornix
285cb8e338 fix #773 2016-09-15 14:09:09 -07:00
Peng Lyu
cf1036b631 Merge pull request #681 from rebornix/ScrollPages
Editor Scroll
2016-09-15 13:43:52 -07:00
johnfn
227882d492 Fix a bunch more tests. 2016-09-15 13:42:00 -07:00
rebornix
6589e904d3 string union types 2016-09-15 13:22:53 -07:00
johnfn
11d621478c Really fix . this time. 2016-09-15 12:48:53 -07:00
John Gozde
2d86b85b29 Ensure line ends in \r\n (#743) 2016-09-15 16:50:19 +01:00
Grant Mathews
c16a57c551 Merge pull request #736 from dominic31/read-command
Read command
2016-09-14 23:10:17 -07:00
johnfn
6c40dcdcf3 Fix issue with . 2016-09-14 20:43:17 -07:00
johnfn
03eaace291 Fix bug with o/O 2016-09-14 20:07:55 -07:00
rebornix
98a538e67c fix #772 2016-09-14 15:50:18 -07:00
rebornix
3d9237eaca postpone Code view change to viewUpdate phase 2016-09-14 15:28:27 -07:00
rebornix
d05c6a1312 fix typo 2016-09-14 15:28:27 -07:00
rebornix
fe10f38fb6 fix #677 2016-09-14 15:28:27 -07:00
rebornix
d1e6dd50fd zb, zt 2016-09-14 15:28:27 -07:00
rebornix
33662993a7 disable side effect of updateview for editor scroll 2016-09-14 15:28:27 -07:00
rebornix
29222176c0 update with new API signature 2016-09-14 15:22:28 -07:00
johnfn
779ad9de38 Fix o/O 2016-09-14 15:19:22 -07:00
John Gozde
82bfb60527 Handle CRLF in delete action (#743) 2016-09-14 09:22:41 -06:00
John Gozde
574e805d2d Remove duplicate test (#700) 2016-09-14 09:22:27 -06:00
Sean Kelly
4c32893db6 fixes #740 (#766) 2016-09-13 22:25:29 -07:00
Peng Lyu
3dc5f10806 Disable Vim Mode in Debug Repl (#723)
* Disable Vim Mode in Debug Repl

* use inDebugRepl instead of maintaining our own key

* stop repeating myself

* remove redundant document uri check

* Code Diff View and VSCodeVim Undo kill ctrl-pagedown/pageup together

* all squash all the commits as git diff alrealdy ruin everything
2016-09-13 22:20:53 -07:00
Grant Mathews
b0ea37956e Merge pull request #765 from xconverge/yank-updown-linewise
fixes #764
2016-09-13 20:42:13 -07:00
xconverge
732a668590 fixes #764 2016-09-13 18:57:50 -07:00
Dominic Gee
1c65324af4 Fixed comment 2016-09-13 23:04:00 +02:00
Dominic Gee
0faed06c94 Merged with master 2016-09-13 22:26:17 +02:00
Dominic Gee
77e3d1ffee Made unit test slightly more complex 2016-09-13 21:41:48 +02:00
Peng Lyu
436166d55c Register info (#756)
* show the content of registers

* update roadmap for register

* make tslint happy
2016-09-13 07:51:58 -07:00
Grant Mathews
e5592e5c9e Merge pull request #760 from xconverge/Dp-undo-steps
fixes #759
2016-09-12 23:22:19 -07:00
xconverge
dba9f4f80e fixes #759 2016-09-12 21:00:44 -07:00
johnfn
55ac6154c7 Fix & speed up a lot of tests. 2016-09-12 19:55:29 -07:00
rebornix
accc01695e text object movements for paragraphs 2016-09-12 17:55:20 -07:00
rebornix
fc87948ae0 fix typo: I'm typing too fast 2016-09-12 14:41:39 -07:00
rebornix
26e358e24b add numeric prefix support for replace mode 2016-09-12 12:42:00 -07:00
rebornix
abb0a6ed13 add count support for 'r' 2016-09-12 10:48:54 -07:00
Jason Poon
bb9ede49da build on extension/test launch (#755) 2016-09-11 22:39:02 -07:00