mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
On Windows, send CTRL+r if '+' register is not given (#2950)
(instead of returning 0 which is what it currently does)
This commit is contained in:
parent
ffe12a8cc0
commit
7ae6b9bd70
@ -93,6 +93,7 @@ func! SpaceVim#layers#shell#ctrl_r() abort
|
|||||||
if reg == 43
|
if reg == 43
|
||||||
return @+
|
return @+
|
||||||
endif
|
endif
|
||||||
|
return "\<C-r>"
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
func! SpaceVim#layers#shell#ctrl_w() abort
|
func! SpaceVim#layers#shell#ctrl_w() abort
|
||||||
|
Loading…
x
Reference in New Issue
Block a user