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
Same issue here. An additional issue after using (setq evil-respect-visual-line-mode t) is that the number of commented lines changes. For example, if we use gc2j:
before setting the variable: 3 lines of text including the current line get commented
after setting the variable: 2 lines of text including the current line get commented
jdhao
added a commit
to jdhao/emacs-conf
that referenced
this issue
Oct 3, 2021
Let's say I have the following emacs-lisp code and the cursor rests at the letter
t
on the:ensure t
line.If I do
gcj
, I'll get correct result. However, if I dogcgj
, I'll get this:Note the
;;
is in front of the letter t, instead for the entire line. This is not how vim behaves with the tpope/vim-commentary plugin.This issue happens when
(setq evil-respect-visual-line-mode t)
asj/k
are mapped togj/gk
respectively.The text was updated successfully, but these errors were encountered: