Shougo / neosnippet.vim

neo-snippet plugin
Other
1.12k stars 108 forks source link

[doc] Remove `regexp` that does not work equally to `options head` #500

Closed e-kwsm closed 4 years ago

e-kwsm commented 4 years ago

The following snippet does not work equally to options head

snippet     if
regexp     '^\s*'
    if ${1:condition}
      ${2}
    endif

Namely, the snippet can be triggered for

x if