-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
:IcedSourcePopupShow and :IcedSourceShow throw errors in some cases #191
Labels
bug
Something isn't working
Comments
@Cnly Thanks for your reporting! |
liquidz
added a commit
that referenced
this issue
Mar 12, 2020
@Cnly I could reproduce the problem and fixed on I verified with |
Can confirm this is fixed on |
Thanks! I'll cut a new release this weekend. |
Closed by #192 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In some cases, instead of showing the source,
:IcedSourcePopupShow
throws the following error:and
:IcedSourceShow
throws:Steps to reproduce:
lein new app test
src/test/core.clj
and run:IcedJackIn
defn
and run:IcedSourcePopupShow
and:IcedSourceShow
. The commands should both error.-main
and run them again. The source should be shown properly.Environment: Debian, NVIM
v0.5.0-404-g49cd750d6
, vim-iced revision5764f80
(pulled just now)The text was updated successfully, but these errors were encountered: