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

Incorrect eval namespace for the file beginning with ";" #128

Closed
maxp opened this issue Mar 2, 2019 · 1 comment
Closed

Incorrect eval namespace for the file beginning with ";" #128

maxp opened this issue Mar 2, 2019 · 1 comment
Labels

Comments

@maxp
Copy link

maxp commented Mar 2, 2019

The file

(ns my)
(def a 1)

Select last line and press Alt-E:
#'my/a

Insert first line starting with ;

;
(ns my)
(def a 1)

Select last line and press Alt-E:
#'user/a

@avli avli added the bug label Mar 8, 2019
@avli
Copy link
Owner

avli commented Mar 8, 2019

Thank you for the report! Fixed in the latest version.

@avli avli closed this as completed Mar 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants