Horace He
|
90456624e4
|
made default for foldfix false
|
2017-05-18 23:19:33 -04:00 |
|
Horace He
|
a7d8311889
|
merged
|
2017-05-18 23:17:53 -04:00 |
|
Sean Kelly
|
4a61033400
|
Merge pull request #1686 from Chillee/1684
Fixes #1684: Fixed gq spacing issues
|
2017-05-18 19:58:35 -07:00 |
|
Horace He
|
de49ff5046
|
Merge branch 'master' into 1684
|
2017-05-18 21:30:54 -04:00 |
|
Sean Kelly
|
7b3250f989
|
Merge pull request #1710 from Chillee/1520
Fixes #1520: search in visual/visualLine/visualBlock mode
|
2017-05-18 08:39:53 -07:00 |
|
Horace He
|
f1179055ac
|
Merge branch '1520' of https://github.com/chillee/vim into 1520
|
2017-05-18 03:54:08 -04:00 |
|
Horace He
|
9beaa920b8
|
Added tests for search in visual/visualline mode
|
2017-05-18 03:53:59 -04:00 |
|
Sean Kelly
|
817b83ee28
|
Merge branch 'master' into 1684
|
2017-05-17 18:53:28 -07:00 |
|
Sean Kelly
|
8172130c6c
|
Merge branch 'master' into 1520
|
2017-05-17 18:23:33 -07:00 |
|
Sean Kelly
|
a09a0f8a76
|
Remove newTestOnly
|
2017-05-17 18:21:32 -07:00 |
|
Sean Kelly
|
77b9efedba
|
Merge pull request #1709 from Chillee/1403
Fixes #1403: VisualBlock doesn't respect keybindings.
|
2017-05-17 18:16:33 -07:00 |
|
Horace He
|
1833ea2fab
|
Actually removed tests
|
2017-05-17 20:38:30 -04:00 |
|
Horace He
|
70c9e1a97a
|
Merge branch '1684' of https://github.com/chillee/vim into 1684
|
2017-05-17 19:50:08 -04:00 |
|
Horace He
|
4bbcfa8e75
|
Removed newtestonly
|
2017-05-17 19:50:01 -04:00 |
|
Horace He
|
4f503bcdc2
|
Merge branch 'master' of https://github.com/VSCodeVim/Vim into 1684
|
2017-05-17 19:49:33 -04:00 |
|
Horace He
|
2e1b031dd7
|
Merge branch 'master' into 1684
|
2017-05-17 19:49:08 -04:00 |
|
Horace He
|
977d103b34
|
Readded tests
|
2017-05-17 19:31:53 -04:00 |
|
Horace He
|
c6e4a61798
|
Removed failing tests
|
2017-05-17 19:31:26 -04:00 |
|
Sean Kelly
|
8a4d89bfe1
|
Merge pull request #1708 from Chillee/1655
Fixes #1655: Extends gf to line numbers
|
2017-05-17 14:54:01 -07:00 |
|
Horace He
|
eac4d96772
|
Fixes #1520
|
2017-05-17 12:45:35 -04:00 |
|
Horace He
|
85d16001d9
|
Fixes #1403
|
2017-05-17 11:27:26 -04:00 |
|
Horace He
|
71a0f4a51f
|
Fixed linting issues
|
2017-05-17 11:17:51 -04:00 |
|
Horace He
|
b9881fbeae
|
Removed hack
|
2017-05-17 11:10:17 -04:00 |
|
Sean Kelly
|
7ce3a106e2
|
Merge pull request #1702 from Chillee/1668
Fixes #1668: Self closing tags not properly handled.
|
2017-05-17 07:48:13 -07:00 |
|
Horace He
|
0f8e074554
|
Fixed linting issue
|
2017-05-17 10:38:44 -04:00 |
|
Horace He
|
dd9cc850d9
|
Fixed regex for the case when a colon is at the end of the file name
|
2017-05-17 09:38:22 -04:00 |
|
Horace He
|
acb806a5cd
|
Fixed some style issues
|
2017-05-17 09:28:28 -04:00 |
|
Horace He
|
ddb74e2968
|
Added radix to parseInt
|
2017-05-17 09:27:47 -04:00 |
|
Horace He
|
e13ab0c30d
|
Extends gf to line numbers, fixes #1655
|
2017-05-17 00:43:11 -04:00 |
|
Horace He
|
17b7708fed
|
made small optimization hopefully this doesn't break tests
|
2017-05-16 03:44:42 -04:00 |
|
Horace He
|
3c31cc7831
|
Added tests for self closing tags
|
2017-05-16 00:51:49 -04:00 |
|
Horace He
|
3ff0004768
|
Fixed bug with self closing tags
|
2017-05-16 00:51:37 -04:00 |
|
Horace He
|
5a9f2f04d8
|
Added foldfix as option
|
2017-05-15 20:33:38 -04:00 |
|
Horace He
|
7c52966d77
|
Merge branch 'foldfix' of https://github.com/Chillee/Vim into foldfix
|
2017-05-15 19:27:41 -04:00 |
|
Horace He
|
09de28295d
|
Added some unit tests and added handling of spaces after comment
|
2017-05-15 19:23:31 -04:00 |
|
Sean Kelly
|
3e51fc47ba
|
Merge pull request #1695 from xconverge/cleanup-macos-clipboard
remove system clipboard hack for UTF-8
|
2017-05-13 12:47:26 -07:00 |
|
xconverge
|
0ee142bce7
|
clean up system clipboard use now that library correctly supports utf-8 on macOS now as well
|
2017-05-13 12:10:49 -07:00 |
|
Grant Mathews
|
b7c533b8d7
|
Merge pull request #1663 from Chillee/1634
Fixes #1400, #612, #1632, #1634, #1531, #1458: Tab isn't handled properly for insert and visualblockinsert modes
|
2017-05-13 12:01:58 +08:00 |
|
Grant Mathews
|
82298504c0
|
Fix typo
|
2017-05-13 13:01:36 +09:00 |
|
Jason Poon
|
cc11c7e46a
|
Merge branch 'master' into 1634
|
2017-05-12 17:01:22 -07:00 |
|
Jason Poon
|
eec98d1788
|
Add spaces between badges on Readme
|
2017-05-11 13:26:44 -07:00 |
|
Horace He
|
506210683d
|
Fixed gq spacing issues?
|
2017-05-11 00:52:37 -04:00 |
|
Horace He
|
96505da020
|
Merge branch '1634' of https://github.com/chillee/vim into 1634
|
2017-05-10 17:35:21 -04:00 |
|
Horace He
|
e4e27d6453
|
Merge branch 'master' of https://github.com/VSCodeVim/Vim into 1634
|
2017-05-10 17:35:05 -04:00 |
|
Horace He
|
4075c43b5d
|
Added janky workaround
|
2017-05-10 17:34:57 -04:00 |
|
Horace He
|
2040838a7a
|
Merge branch '1634' of https://github.com/chillee/vim into 1634
|
2017-05-10 14:09:36 -04:00 |
|
Horace He
|
d06cb944be
|
Fixed final regression
|
2017-05-10 14:09:34 -04:00 |
|
Horace He
|
148d5f19ca
|
Merge branch 'master' into 1634
|
2017-05-10 13:15:49 -04:00 |
|
Sean Kelly
|
96ecbdf712
|
Merge pull request #1680 from admosity/feat/complex-tag-surround
feat(surround): support complex tags surround
|
2017-05-10 07:23:58 -07:00 |
|
Sean Kelly
|
eefd952029
|
Merge branch 'master' into 1634
|
2017-05-09 23:07:24 -07:00 |
|