Jorenar / miniSnip

Lightweight snippet plugin for Vim
MIT License
53 stars 8 forks source link

custom expand pattern #23

Closed akemrir closed 2 years ago

akemrir commented 2 years ago

Hi, I've prepared handling with custom pattern to expand palette of letters used for snippets. I am using it with:

let g:miniSnip_expandpattern = '\v[a-zA-Z0-9_-]+%'

akemrir commented 2 years ago

Hi, I've updated documentation. What do you think about name of variable?

akemrir commented 2 years ago

Please, take a look. I pushed update with PR comments.