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.
