mirror of
https://github.com/rworkman/slackpkg
synced 2025-01-13 20:03:38 +01:00
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:
parent
569b7a2548
commit
c73041dff2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue