mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-28 02:54:31 +03:00
GH-603 Fix insert paste bug
This commit is contained in:
parent
1c80f2bfbf
commit
6962afc788
@ -142,7 +142,7 @@ extension NvimView {
|
||||
|
||||
case .insert:
|
||||
return self.bridge
|
||||
.vimInput("<ESC>\"+pa")
|
||||
.vimInput("<ESC>\"+Pa")
|
||||
.andThen(Single.just(pasteModeSet))
|
||||
|
||||
case .normal, .visual:
|
||||
|
Loading…
Reference in New Issue
Block a user