You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While mapping to <C-l> works, mapping other keys, such as <C-x>, doesn't:
=SkyBison("")
Error detected while processing function SkyBison:
line 277:
SkyBison: This error occurred: Vim(new):E523: Not allowed here: ^Ibotright 11new
Press ENTER or type command to continue
Afterwards:
echo &laststatus
0
The mapping:
:cnoremap <C-x> <c-r>=SkyBison("")<cr><cr>
The text was updated successfully, but these errors were encountered:
Not sure what order you'll view these in, so I'm going to prefix all of the
recent issues you've made with:
I've got a skybison 2.0 ~90% done with many improvements. There's some
(external) blockers keeping me from finishing and publishing it (and a bunch of
other vim projects of mine...) immediately, but I fully plan to do so as soon
as is reasonably possible.
Huh. I don't see why it would care about <c-l> vs <c-x> - my guess is
there is something else going on.
Good news is I can replicate this. I'll be sure to fix this in 2.0.
While mapping to
<C-l>
works, mapping other keys, such as<C-x>
, doesn't:Afterwards:
The mapping:
The text was updated successfully, but these errors were encountered: