[Fix #245] Merge trap into helper

This commit is contained in:
Sorin Ionescu 2012-09-08 19:15:48 -04:00
parent e5e26eccff
commit 3d5e302777
3 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
#
# Load dependencies.
pmodload 'trap'
pmodload 'helper'
# Gets the Git special action (am, bisect, cherry, merge, rebase).
# Borrowed from vcs_info and edited.