From 5962c49c623aa9a89adfd1806da65cf4b42b6eef Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 7 May 2023 12:40:21 +0200 Subject: Rename "unmount" command to "umount" --- lua/rclone/init.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lua/rclone/init.lua') diff --git a/lua/rclone/init.lua b/lua/rclone/init.lua index df7aec6..2a21076 100644 --- a/lua/rclone/init.lua +++ b/lua/rclone/init.lua @@ -485,7 +485,7 @@ end -- Unmount mount mounted with 'rclone mount' -- -- @return any -local function unmount(options) +local function umount(options) local mount_options = vim.deepcopy(options) mount_options['--dry-run'] = true mount_options['--return'] = true @@ -521,7 +521,8 @@ local commands = { downloadFile = downloadFile, sync = sync, mount = mount, - unmount = unmount, + umount = umount, + unmount = umount, } --- -- cgit v1.2.3