Well, I was referring to a way without writing a script.
But even so, writing an after-script in this way really
amounts to writing dozens of them, one for each
ftplugin that might override 'iskeyword', unless there
is a way to write a script that always runs last, at
every FileType event, regardless of the file type.
-Dave
On Nov 21, 2006, at 9:42 PM, A.J.Mechelynck wrote:
Dave McCooey wrote:
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
Yes, as I mentioned in an earlier post, by writing a script which
runs after the script distributed with Vim (an "after-script",
placed in an |after-directory| ).
Best regards,
Tony.