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

uncomment action should uncomment multiple comment strings in bulk #17

Closed
tyru opened this issue Oct 14, 2012 · 1 comment
Closed

uncomment action should uncomment multiple comment strings in bulk #17

tyru opened this issue Oct 14, 2012 · 1 comment

Comments

@tyru
Copy link
Owner

tyru commented Oct 14, 2012

On filetype=lisp

current

;; (print 'hi) -> <Plug>(caw:i:toggle) -> ; (print 'hi) -> <Plug>(caw:i:toggle) -> (print 'hi)

expected

;; (print 'hi) -> <Plug>(caw:i:toggle) -> (print 'hi)

@tyru tyru changed the title fix uncomment behavior when filetype=lisp uncomment action should uncomment multiple comment strings in bulk Mar 27, 2016
@tyru tyru added the next label Mar 27, 2016
@tyru
Copy link
Owner Author

tyru commented Apr 8, 2016

hmm, this should be necessary if #18 is implemented.
And I think this may result in unexpected case for a user.
(In this case the behavior is "expected behavior" though...)

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

No branches or pull requests

1 participant