arecarn / vim-crunch

A calculator inside Vim
Do What The F*ck You Want To Public License
134 stars 9 forks source link

getregion() versus selection.vim #72

Open Konfekt opened 1 week ago

Konfekt commented 1 week ago

In view of help getregion() on recent Vim, is the dependency on https://github.com/arecarn/selection.vim on those dispensable? There's the CursorMoved event to check for a selection mode that is not linewise if vim-crunch is fired by a command, but likely vim-crunch is used by mappings?

Konfekt commented 1 week ago

See also https://github.com/vim/vim/issues/15327 regarding a check in command-line whether the last selection was line-wise or not.