about summary refs log tree commit diff stats
path: root/AUTHORS
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2021-01-16 21:29:40 +0100
committertoonn <toonn@toonn.io>2021-01-16 21:35:46 +0100
commitf130f7c7e4f3e5eeed90bf1a01d69882cccb0321 (patch)
tree888be2667a683c1f8397364cffa0ebd1e928610c /AUTHORS
parentb897f845848fa84a0b2d5b76949d18bff312af4d (diff)
downloadranger-f130f7c7e4f3e5eeed90bf1a01d69882cccb0321.tar.gz
transpose_words: Fix transposing last two words
Transpose last two words even if on the first letter of last word. This
behavior is consistent with readline and emacs.

The previous code move one word back if it was anywhere in the last word
but that meant the third and second to last words were transposed if the
cursor was on the first character of the last word.
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions
'#n103'>103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127