Olical / aniseed

Neovim configuration and plugins in Fennel (Lisp compiled to Lua)
https://discord.gg/wXAMr8F
The Unlicense
606 stars 28 forks source link

Illegal characters in `'iskeyword'` option #105

Closed monkoose closed 2 years ago

monkoose commented 2 years ago

I guess 38 that is & and 126 that is ~ should be removed from 'iskeyword' option because they are reserved and do not allowed as keyword name. Or am I miss something? https://github.com/Olical/aniseed/blob/bd79727af8a21037222a08ec9bcaf1c85488aaa4/ftplugin/fennel.vim#L14

Olical commented 2 years ago

I think you're right, it seems like they were disallowed at some point but were allowed in the past: https://fennel-lang.org/changelog

So this is just outdated.