On Nov 4, 11:44 am, Tim Johnson <t...@johnsons-web.com> wrote:
>   BTW: How would add or remove the comma itself from the keyword
>   string?

A variety of things work; all of these are accepted:

set isk=a,b,c,d,e,f,,    "comma at end
set isk=a,b,c,d,,,e,f    "three commas
set isk=a,b,c,d,\,,e,f   "escape with backslash
set isk-=,
set isk+=,
set isk-=\,
set isk+=\,

I suppose I'd use the backslash consistently.

Regards, John

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to