> (evil-define-text-object evil-a-comment () > "Select a comment." > (list (evil-comment-beginning) (evil-comment-end))) > > (define-key evil-outer-text-objects-map "c" 'evil-a-comment)
This works for emacs lisp comments but not for C/C++ comments at all, it would nice if this can be fixed. York _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
