Hi, Roel Vanhout wrote: > > Take the following example: > > <file file_id="myid">c:\test.txt</file> > > When the cursor is on the 'm' of 'myid' and I press 'vw', a word is > selected in visual mode. However, the " at the end of 'myid' is also > selected. How do I change the list of 'word separators'?
to be exact 'w' in visual word does NOT select a word but it extends the current selection to the START of the next "word" (for a definition of "word" see ":help word"). So in your case 'viw' would be better. This starts visual mode and selects the Inner Word. This works on any letter of "myid" and does not select the following quote. Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. (Calvin)