1
1
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:
Tae Won Ha 2018-07-15 21:57:24 +02:00
parent 1c80f2bfbf
commit 6962afc788
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -142,7 +142,7 @@ extension NvimView {
case .insert:
return self.bridge
.vimInput("<ESC>\"+pa")
.vimInput("<ESC>\"+Pa")
.andThen(Single.just(pasteModeSet))
case .normal, .visual: