Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command Mappings #20

Open
orbisvicis opened this issue Apr 8, 2015 · 1 comment
Open

Command Mappings #20

orbisvicis opened this issue Apr 8, 2015 · 1 comment

Comments

@orbisvicis
Copy link

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>
@paradigm
Copy link
Owner

paradigm commented Apr 9, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants