christoomey / dotfiles

My vim, zsh, git, tmux, and other config files and utility scripts.
MIT License
465 stars 31 forks source link

Snippets don't trigger unless separated from words #88

Open christoomey opened 10 years ago

christoomey commented 10 years ago

Within html, I want erbe to expand to <%= code %> but it doesn't when inside html, e.g.

<ul>
  <li>erbe|</li>
</ul>

with the cursor being where the pipe is. Works fine if I have whitespace before the word.