post-functions.sh: Fix vimdiff patch

** This was my mistake; my mail client munged the patch, so
   I had to apply it all by hand. The extra (old) line of
   'showmenu' options was what I'd copied to compare the
   new options, and I forgot to delete it when committing.
   Mea culpa.  --rworkman
This commit is contained in:
David Allen 2017-11-08 21:59:11 -06:00 committed by Robby Workman
parent 569b7a2548
commit c73041dff2

View file

@ -178,7 +178,7 @@ What do you want (K/O/R/P)?"
GOEX=0
while [ $GOEX -eq 0 ]; do
echo
showmenu $i "(K)eep" "(O)verwrite" "(R)emove" "(D)iff" "(M)erge" "(V)imdiff [dp put, do obtain, ^W^W switch]" showmenu $i "(K)eep" "(O)verwrite" "(R)emove" "(D)iff" "(M)erge"
showmenu $i "(K)eep" "(O)verwrite" "(R)emove" "(D)iff" "(M)erge" "(V)imdiff [dp put, do obtain, ^W^W switch]"
read ANSWER
case $ANSWER in
O|o)