* Please cc me as I'm not subscribed.
* [Sat, Mar 04, 2017 at 02:26:04PM -0500] Chet Ramey:
The Posix description of ^W in vi mode reads:
"Delete the characters from the one preceding the cursor to the preceding
word boundary. The word boundary in this case is the closer to the cursor
of either
Chet Ramey wrote:
On 3/4/17 12:53 AM, Misaki wrote
Full-width character, followed by at least one full word with a space after it.
Example: あa a
With trailing space.
This is a display artifact. If there is one physical space left on the
screen line, but the character to be printed occ
* Please cc me as I'm not subscribed.
* [Sun, Mar 05, 2017 at 06:37:23PM +0100] Gian Piero Carrubba:
In other words, the interval of chars to be deleted is (stop,start].
Well, not exactly. It is either (stop,start] OR [stop,start], depending
on if the stop char is at the end of a word (first