[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. # Load dependencies.
pmodload 'trap' pmodload 'helper'
# Gets the Git special action (am, bisect, cherry, merge, rebase). # Gets the Git special action (am, bisect, cherry, merge, rebase).
# Borrowed from vcs_info and edited. # Borrowed from vcs_info and edited.