osyo-manga / vim-precious

Vim context filetype
117 stars 7 forks source link

Enable partial wildcard. #12

Closed Milly closed 6 years ago

Milly commented 6 years ago

g:precious_enable_switchers 等の key に fileglob ライクな指定を可能にします。 複数マッチする場合、strlen() で最長の key が選択されます。

let g:precious_enable_switchers = {
\  '*html': { 'setfiletype': 0 },  " => html, xhtml
\  'ref-p[yh]*': { 'setfiletype': 0 },  " => ref-pydoc, ref-phpmanual
\}
osyo-manga commented 6 years ago

ありがとうございます!!!