Closed romgrk closed 8 years ago
Fixes: https://github.com/rhysd/NyaoVim/issues/88
This will send "<Space>" to neovim instead of " " but it handles modifiers like "<S-Space>".
"<Space>"
" "
"<S-Space>"
Nice catch! You're correct. I missed the condition (Vim's key input sequence is very complex...)
Fixes: https://github.com/rhysd/NyaoVim/issues/88