onivim / libvim

libvim: The core Vim editing engine as a minimal C library
https://v2.onivim.io
MIT License
691 stars 34 forks source link

Bugfix: Don't toggle comment on `Vc` #193

Closed glennsl closed 4 years ago

glennsl commented 4 years ago

Issue: Pressing c in visual mode comments out selected lines

Defect: Caused by a boolean or condition involving VIsual_active that should have been a boolean and. This might in turn have been caused, at least partly, by a misleading comment.

Fix: Switch the boolean or to an and, and rectify the misleading comment.

bryphe commented 4 years ago

Nice catch @glennsl ! Thanks for fixing this and adding the test

glennsl commented 4 years ago

Will you do a release so we can get it into Oni @bryphe?

bryphe commented 4 years ago

Done! 8.10869.38