Hi there,

I was puzzled by line-move-visual changing to nil mysteriously. It
turns out that magit modifies it.

But line-move-visual is not buffer local variable, thus this
modification will affect other things unrelated to magit without the
user's knowledge.

The fix can be using (visual-line-mode nil) so that it is only turned
off in magit.

Thanks.

Leo

Reply via email to