c.vim icon indicating copy to clipboard operation
c.vim copied to clipboard

See if it's possible to use variables in patterns

Open pulkomandy opened this issue 3 years ago • 0 comments

In particular, recognizing an identifier in C is quite easy (\I\i*) but in C++, not so much (because there can be namespaces and templates). See if we can write something that reliably matches an identifier, and use it in the several places where we need to do that.

pulkomandy avatar Aug 20 '21 12:08 pulkomandy