From c73041dff21196afd84d99925b260bfd3f18f8f9 Mon Sep 17 00:00:00 2001 From: David Allen Date: Wed, 8 Nov 2017 21:59:11 -0600 Subject: 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 --- files/post-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/post-functions.sh b/files/post-functions.sh index 27f47c2..bb974b1 100644 --- a/files/post-functions.sh +++ b/files/post-functions.sh @@ -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) -- cgit v1.2.3