yegappan / fileselect

File Selector Vim Plugin
BSD 2-Clause "Simplified" License
18 stars 2 forks source link

Use very magic for file ignore pattern #17

Closed techntools closed 3 years ago

techntools commented 3 years ago

Use \v for file ignore pattern

yegappan commented 3 years ago

Is there a problem in using the current pattern (which is not very magic)? What problem does using a very magic pattern solve (other than readability)?

techntools commented 3 years ago

I guess you are right. But other than readability, it makes it short as well :).

techntools commented 3 years ago

Following your plugin development for a while to learn vim9script. Its getting better and more readable. Tried to help in that way.