pull/3903/head
Jia Hu 2024-03-21 01:20:54 -04:00
parent 79fd89f90f
commit 2685a2d663
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ $TMUX send-keys -X begin-selection
$TMUX send-keys -X next-word-end
$TMUX send-keys -X next-word-end
$TMUX send-keys -X copy-selection
if [ "$($TMUX show-buffer)" != "$(printf "words\n Indented")" ]
if [ "$($TMUX show-buffer)" != "$(printf "words\n Indented")" ]
then
actual=$($TMUX show-buffer)
expected=$(printf "words\n Indented")