mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 17:28:05 -05:00
This will find (forwards or backwards) but preserve the existing selection. Presently if the current selection is a zero-width selection (i.e. caret) then we still preserve it. This might not be desired, but one could imagine “extend selection” used with a regular expression which use a look-around assertion (resulting in zero-width matches).