Support older VIM without syn iskeyword#816
Conversation
|
I'd suggest changing build script so |
|
hm... I have checked other syntax files. It turns out that a half of those which use 'syn iskeyword' already have a fallback. So these are that have the fallback: And these are that don't have: Now I can modify the build script and replace just the files that do not yet have the fallback. Or I may create corresponding PRs for the original syntax files if their repos still exist/supported, so that new versions will be eventually pulled into this repo. css.vim for example is deprecated, so I think I need to change that here. What do you think? |
|
Build script is the easiest way, but you can send PRs to other repos if you want it. I've just pushed updated build |
|
Your latest commit does not have build script. |
|
No, go ahead. I meant it just as in "For your information" |
syn iskeyword was added in 7.4.1142. This adds a fallback to 'setlocal iskeyword'.