You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...)
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)
The text was updated successfully, but these errors were encountered: