Add "-" to iskeyword. This required a change to the syntax files too because they were using the word begin and end atoms.
https://github.com/vim/vim/pull/17259
(2 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Thanks. What is the reason to add - to the keyword setting? Perhaps you should instead use :syn iskeyword in the syntax script?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
ping @averms
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Thanks. What is the reason to add
-to the keyword setting? Perhaps you should instead use :syn iskeyword in the syntax script?
the initial justification was to make * and # more useful since TOML keys can have dashes in them (cespare/vim-toml#62). So I don't think :syn iskeyword would have the same effect.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()