I tried setting 'iskeyword' in my _vimrc file, but, as you pointed out,
it was overridden by a script (ftplugin probably). Is there any way,
besides manually, to assign a value to an option after the scripts
have run?
-Dave
On Nov 21, 2006, at 8:36 PM, A.J.Mechelynck wrote:
Dave McCooey wrote:
Thanks for the solution Tony.
Is there any string (somewhat like "fileformat" or
"fileformats") that controls the definition of "a word",
overriding any ftlugin-derived definition?
-Dave
"What is a word" is defined by 'iskeyword' (a buffer-local option);
but any script (including an ftplugin) can change it. (A script
could also change 'fileformat', another buffer-local option; e.g.
to force Unix-like ends-of-line on writing.)
Best regards,
Tony.