FrigoEU / psc-ide-vim

Vim plugin for psc-ide
96 stars 36 forks source link

Add digits to keyword character set #146

Closed paluh closed 3 years ago

alextes commented 3 years ago

@paluh if I understand correctly this would change how Vim reacts to motions as digits would become keywords? Can you perhaps open an issue explaining the problem first?

I'd love to just give you access and let you maintain but I don't have that power 😅 , so until someone forks I'd at least like to understand what I'm merging 😬 .

paluh commented 3 years ago

Hi @alextes,

This PR extends character set for identifiers so we can import symbols which contain digits like foldMap1. Currently this is impossible.

alextes commented 3 years ago

@paluh aaaah, great! Merged!