Wang Shidong
|
4703989921
|
Merge pull request #724 from jetm/dev
Make explicit a number of lines is required
|
2017-07-14 11:34:05 +08:00 |
|
Javier Tiá
|
ce9e6ee07e
|
Make explicit is until a line number the commment
|
2017-07-13 19:18:53 -06:00 |
|
wsdjeg
|
7401904c51
|
Merge branch 'comment' into dev
|
2017-07-14 07:10:10 +08:00 |
|
wsdjeg
|
edd3439e65
|
Fix SPC c t
|
2017-07-14 04:14:58 +08:00 |
|
wsdjeg
|
0f56158bc7
|
Comment to line
|
2017-07-13 08:15:37 +08:00 |
|
wsdjeg
|
e40eec9cc4
|
Use SPC ; instead of SPC c ;
|
2017-07-13 06:34:13 +08:00 |
|
wsdjeg
|
5dd469b37f
|
Add SPC c ; for comment operator
|
2017-07-13 06:18:41 +08:00 |
|
wsdjeg
|
3516b9fd90
|
Fix comment paragraphs
|
2017-07-13 04:37:54 +08:00 |
|
Wang Shidong
|
d94963ab76
|
Merge pull request #723 from SpaceVim/highlight
Fix #713
|
2017-07-12 20:58:39 +08:00 |
|
wsdjeg
|
81053136b3
|
Load jedi-vim only when has +py or +py3
|
2017-07-13 04:28:21 +08:00 |
|
wsdjeg
|
02bea94009
|
Fix highlight api
|
2017-07-13 04:24:00 +08:00 |
|
wsdjeg
|
1193760c92
|
Fix comment mappings
|
2017-07-12 08:08:31 +08:00 |
|
wsdjeg
|
ed10d8609f
|
Add SPC c p/P for comment paragraphs
|
2017-07-11 05:12:37 +08:00 |
|
wsdjeg
|
12dd80c664
|
Add SPC c L for invert comment lines
|
2017-07-11 05:00:45 +08:00 |
|
wsdjeg
|
be329308b0
|
Add SPC c l for toggle comment lines
|
2017-07-11 04:21:57 +08:00 |
|
wsdjeg
|
e7124b8801
|
Merge branch 'dev' into comment
|
2017-07-11 03:57:48 +08:00 |
|
wsdjeg
|
abf0581a66
|
Merge remote-tracking branch 'origin/Visual_SPC' into dev
|
2017-07-11 03:56:25 +08:00 |
|
Wang Shidong
|
ca77d89d74
|
Merge pull request #720 from SpaceVim/incsearch
Fix n/N do not change hl state
|
2017-07-10 23:44:21 +08:00 |
|
wsdjeg
|
8144d4d838
|
Fix n/N do not change hl state
close #710
|
2017-07-11 05:56:14 +08:00 |
|
Wang Shidong
|
13353724d9
|
Merge pull request #717 from Zym-xx/flygrep
Close job/timer when close flygrep buffer
|
2017-07-09 23:59:14 +08:00 |
|
Zym-xx
|
df6c1a1c82
|
Close job/timer when close flygrep buffer
|
2017-07-09 16:20:16 +08:00 |
|
wsdjeg
|
006535b27f
|
Fix shortmess option
|
2017-07-09 15:34:14 +08:00 |
|
wsdjeg
|
eac96d094b
|
Update doc for prompt mappings
|
2017-07-09 15:29:13 +08:00 |
|
wsdjeg
|
5d9e3dbf74
|
Update doc for prompt api
|
2017-07-09 14:44:19 +08:00 |
|
wsdjeg
|
fe2bf4b59e
|
Update doc for prompt api
|
2017-07-09 14:28:47 +08:00 |
|
Wang Shidong
|
59fd6985ae
|
Merge pull request #714 from SpaceVim/mouse_support
Mouse support in fly grep buffer
|
2017-07-09 00:01:48 +08:00 |
|
wsdjeg
|
1afb6276c5
|
Fix charactor ignores
|
2017-07-08 23:04:20 +08:00 |
|
wsdjeg
|
474bd1efe7
|
Add mouse support
|
2017-07-08 23:02:07 +08:00 |
|
Wang Shidong
|
0a5633c63a
|
Merge pull request #712 from SpaceVim/fix_windows
Fix windows support
|
2017-07-08 17:59:42 +08:00 |
|
L-stt
|
a7e6ae15a0
|
Fix windows support
|
2017-07-08 16:46:53 +08:00 |
|
wsdjeg
|
489990aead
|
Fix fly grep pattern
Problem: grep expr do not update when user input character
Solution: update s:grep_expr when input character
|
2017-07-07 22:17:10 +08:00 |
|
wsdjeg
|
f314dee48f
|
Update readme
|
2017-07-07 22:08:16 +08:00 |
|
Wang Shidong
|
093d1d095b
|
Merge pull request #709 from SpaceVim/delay
Grep on the fly : Delay 500ms
|
2017-07-07 21:37:47 +08:00 |
|
wsdjeg
|
a34d005a43
|
Fix lint
|
2017-07-07 21:05:28 +08:00 |
|
wsdjeg
|
92b8f6de53
|
Change delay to 500ms
|
2017-07-07 20:48:44 +08:00 |
|
wsdjeg
|
52a4ec3e1a
|
Searching when input delay 1000ms
|
2017-07-07 20:47:26 +08:00 |
|
Wang Shidong
|
081beb8170
|
Disable welcome page when use stdin (#707)
|
2017-07-07 00:03:55 +08:00 |
|
wsdjeg
|
056d8bce84
|
Visual mode SPC
|
2017-07-06 23:17:49 +08:00 |
|
wsdjeg
|
e983864ad1
|
Hide cursor in terminal vim
|
2017-07-06 22:23:02 +08:00 |
|
Wang Shidong
|
d6f184f2da
|
Grep on the fly (#705)
* Grep on the fly
* Fix screen update
* Fix commands for prompt
* Supprt <BS> in prompt
* Redrew on stdout
* Fix prompt api
* Improve flygrep screen update
* Add function keys for flygrep buffer
* Add statusline support && ignore case
* Add highlight feature
* Fix highlight error
* Ignore FocusLost and FocusGained
* Add prompt mappings
* Add documentation for fly searching
* Update documentation
* Fix lint for flygrep
|
2017-07-06 21:59:09 +08:00 |
|
wsdjeg
|
6845ac5f74
|
Fix install script bug with -u option
|
2017-07-04 00:04:59 +08:00 |
|
wsdjeg
|
317bf128a3
|
Add uninstall info
|
2017-07-03 23:53:55 +08:00 |
|
wsdjeg
|
58b6d6f51e
|
Fix usage in script help
|
2017-07-03 22:12:06 +08:00 |
|
wsdjeg
|
47ef38ea7f
|
Add version information
|
2017-07-03 22:08:04 +08:00 |
|
wsdjeg
|
a02bc3e628
|
Fix type
|
2017-07-03 21:16:57 +08:00 |
|
wsdjeg
|
93039d0edf
|
Update install script for spacevim
|
2017-07-03 21:15:45 +08:00 |
|
wsdjeg
|
93d2b8131f
|
Show update percentage when updating plugins
close #698
|
2017-07-03 19:56:35 +08:00 |
|
Wang Shidong
|
c94e6613b3
|
Vim8 (#701)
* Fix vim8 support
* Fix vim8 job support
|
2017-07-02 11:17:05 -05:00 |
|
wsdjeg
|
4c8bb2272d
|
Merge from techgaun && fix conflict
|
2017-07-02 23:05:04 +08:00 |
|
wsdjeg
|
0778003525
|
Fix document for grep searching
|
2017-07-02 22:17:25 +08:00 |
|