terminal: add semi-colon character to word boundary list
parent
67ece53423
commit
e70ae28fa3
|
|
@ -2565,6 +2565,7 @@ pub fn selectWord(self: *Screen, pin: Pin) ?Selection {
|
|||
'`',
|
||||
'|',
|
||||
':',
|
||||
';',
|
||||
',',
|
||||
'(',
|
||||
')',
|
||||
|
|
@ -7819,6 +7820,7 @@ test "Screen: selectWord with character boundary" {
|
|||
" `abc` \n123",
|
||||
" |abc| \n123",
|
||||
" :abc: \n123",
|
||||
" ;abc; \n123",
|
||||
" ,abc, \n123",
|
||||
" (abc( \n123",
|
||||
" )abc) \n123",
|
||||
|
|
|
|||
Loading…
Reference in New Issue