Added an <esc> to the begining of everything. I ran something when I was in insert mode once and all it did was shove !args... into the buffer. <esc> first.

This commit is contained in:
Derek Wyatt 2012-04-01 15:41:39 -04:00 committed by Phil Eichinger
parent 46c2af396a
commit ee8f9eebb5

View File

@ -30,7 +30,7 @@ EOH
fi
local cmd=""
local before=""
local before="<esc>"
local after=""
while getopts ":b:a:" option
do