On Sun, Aug 24, 2008 at 21:14, Tony Mechelynck <[EMAIL PROTECTED]> wrote: > What about eb then? (forward to end of word, then back to begin of > word). Hm, this works when in the space between words, but not when on > the last letter of a word. OK: heb (left one, right to end of word, left > to begin of word). Hm, this one beeps (and does nothing) when on the > first character of a line... with the cursor ending up where it should > unless the line begins with whitespace... then maybe > > :silent! normal! heb
Won't work if the word is a single character. You can get rid of the search in Andy's Sow() function, but the strlen() is still necessary. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
