commit | c88d7ce530aaac446baae143a2a7e7e29b78bae1 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Fri Jan 13 16:11:47 2017 +0100 |
committer | Benno Schulenberg <bensberg@justemail.net> | Tue Jan 17 11:33:57 2017 +0100 |
tree | e1cfd6aad69eb98fd020972d13b5ee530ed76ed1 | |
parent | 9f884810b6892f2cf633385c9435b441e715de73 [diff] |
search: begin from where we are, to be able to find the first \B A search should start at the place of the cursor, not one step beyond, so that the non-word boundary between the current character and the next will be found. Starting one step beyond the current character, as was done until now, would find the non-word boundary between the next and the overnext character as the first one.