Fix autorestore script when we have multiple restore files
This commit is contained in:
parent
632e05d830
commit
159c143757
|
@ -19,10 +19,13 @@ def autorestore-restore-buffer -docstring "Restore the backup for the current fi
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Only get the most recent one
|
||||||
|
backup_path=$(ls -t $backup_path | head -n1)
|
||||||
|
|
||||||
printf %s\\n "
|
printf %s\\n "
|
||||||
## Replace the content of the buffer with the content of the backup file
|
## Replace the content of the buffer with the content of the backup file
|
||||||
exec -draft %{ %d!cat<space>${backup_path}<ret>d }
|
exec -draft %{ %d!cat<space>${backup_path}<ret>d }
|
||||||
echo -color Information 'Backup restored'
|
eval -client %val{client} echo -color Information 'Backup restored'
|
||||||
|
|
||||||
## If the backup file has to be removed, issue the command once
|
## If the backup file has to be removed, issue the command once
|
||||||
## the current buffer has been saved
|
## the current buffer has been saved
|
||||||
|
|
Loading…
Reference in New Issue
Block a user