Evan Relf

Results 23 issues of Evan Relf

### Feature ```diff Left click: down starts new selection, drag extends that selection. -Right click: down extends existing selection, drag does nothing. +Right click: down extends existing selection, drag extends...

feature request

### Version of Kakoune v2025.06.03 ### Reproducer I couldn't figure out how to minimize the repro beyond this: ``` $ echo -e "\n" >file; kak -n -E 'hook global WinDisplay...

bug
crash

For example, the instance for `NonZeroUsize` was generating code equivalent to this: ```rust NonZeroUsize::new(u.arbitrary::()?)? ``` But `u.arbitrary::()` can generate 0, which will fail.