Jelmerro / Vieb

Vim Inspired Electron Browser - Vim bindings for the web by design
https://vieb.dev
GNU General Public License v3.0
1.33k stars 65 forks source link

:set mouse= does not change it's value #538

Closed milomouse closed 6 months ago

milomouse commented 11 months ago

Checklist

Describe the bug Using :set mouse= does not change it's behavior, no matter what array I supply it. The current value on the help page always shows "all", and I maintain full mouse control.

To Reproduce Using Vieb 11.0.0, I issue the command :set mouse= I have also tried giving it a non-nil value such as from the example page :set mouse=scrollzoom,oustsideinsert,newtab This is tested with and without a viebrc file.

Expected behavior I expect it to work as it did in Vieb 10.6.0 (where it works correctly), issuing :set mouse= would disable all mouse control within Vieb and update it's current value on the help page from "all" to "".

Specs

Jelmerro commented 11 months ago

Can confirm, it seems the mouse setting is completely useless in V11 at the moment, I will look into this, hopefully later this week, thanks for reporting this.

Jelmerro commented 11 months ago

Should be fixed in https://github.com/Jelmerro/Vieb/commit/969b5bc35ae41440997f6e94b30dc4adbc23825a, a release is not planned soon, but definitely within a month.

Jelmerro commented 6 months ago

Implemented in 12.0.0 :tada: