-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
the slurp work incorrectly. #3997
Comments
Since you are not in a lisp dialect, can you try the hybrid version |
This one is also incorrectly. |
This is probably not a mistake as |
I get the expected behaviour by using
Note that you can't do SPC k ` s s s s... as that will call the hybrid function first and the regular one after that. It sure would be nice if evil-lisp-state could "promote" the hybrid commands somehow in non-lisp modes so I didn't have to go to the backtick every time. Or perhaps enter an evil-hybrid-lisp-state on SPC k ` so I only had to use it the first time. |
Would be nice indeed. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
SPC k s work incorrectly.
like this:
a = dict[2]
a= di()ct[[2]
a=di(ct)[2]
a=di(ct [2])
There is a needless space between 'ct [2]'.
Could you please repair this mistake?
The text was updated successfully, but these errors were encountered: