tmux:textobjs:TODO: Fix non-ASCII characters
This commit is contained in:
@@ -28,6 +28,7 @@ motion="$(command_prompt "(operator-pending)")"
|
|||||||
|
|
||||||
case "$motion" in
|
case "$motion" in
|
||||||
w)
|
w)
|
||||||
|
# TODO: fix for non-ascii symbols
|
||||||
copy_x="$(get_var copy_cursor_x)"
|
copy_x="$(get_var copy_cursor_x)"
|
||||||
: "$((copy_x += 1))"
|
: "$((copy_x += 1))"
|
||||||
copy_line="$(get_var copy_cursor_line)"
|
copy_line="$(get_var copy_cursor_line)"
|
||||||
|
|||||||
Reference in New Issue
Block a user