rhysd / NyaoVim

Web-enhanced Extensible Neovim Frontend
Other
2.22k stars 57 forks source link

fix paste command in insert mode #104

Closed haifengkao closed 7 years ago

haifengkao commented 7 years ago

What was a problem?

Close https://github.com/rhysd/NyaoVim/issues/103

How this PR fixes the problem?

client.command('normal! ${command}') breaks insert mode paste. This PR fixs it from removing an insert mode command.

Check lists (check x in [ ] of list items)