- Use head instead of prev_word.

This commit is contained in:
Shougo Matsushita
2012-10-21 21:13:26 +09:00
parent fdc6880600
commit f79f3df531
9 changed files with 35 additions and 30 deletions

View File

@@ -12,7 +12,7 @@ abbr import
snippet vital_import
abbr let s:M = s:V.import('...')
prev_word '^'
options head
let ${1:s:M} = ${2:s:V}.import('${3:Module}')
snippet vital_load_without_call