refactor: rename supports_xfer

This commit is contained in:
Steven Arcangeli 2023-08-20 21:05:35 +00:00
parent f4819d8b43
commit 7aeb239a6a
4 changed files with 13 additions and 7 deletions

View file

@ -338,7 +338,7 @@ M.perform_action = function(action, cb)
end
end
M.supports_xfer = { files = true }
M.supported_adapters_for_copy = { files = true }
---@param bufnr integer
M.read_file = function(bufnr)