On Thursday, February 26, 2015 at 4:57:34 AM UTC-6, Erik Christiansen wrote: > That all seems to confirm that "iskeyword" is a misnomer for what in > reality is "istoken", AFAICT. Not only is token boundary recognition the > process described above, but the process in no way resembles detection > of a member of a keyword set, like those use in 'C': "if", "switch", > "case", etc. >
Actually it has a great deal to do with keyword detection. One use of 'iskeyword' is in syntax definition files, when using "keyword" type matches. :help :syn-keyword. Syntax highlighting in Vim predates my use of Vim by many years. But since keyword highlighting is the most basic sort, I'd guess it was the first introduced. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
