Skip to content

refactor(#2831): multi instance clipboard #2869

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 25, 2024

Conversation

alex-courtis
Copy link
Member

fixes #2831

@alex-courtis alex-courtis requested a review from raaymax August 17, 2024 06:36
---@param action_fn fun(source: string, dest: string)
---@return boolean|nil -- success
---@return string|nil -- error message
local function do_single_paste(source, dest, action_type, action_fn)
local function do_single_paste(source, dest, action, action_fn)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resisted the urge to make these members or create cut/copy subclasses

@alex-courtis alex-courtis force-pushed the copy-paste-multiinstance branch from 436150e to d502074 Compare August 25, 2024 02:40
@alex-courtis alex-courtis merged commit 6fbcb5a into master Aug 25, 2024
5 checks passed
@alex-courtis alex-courtis deleted the copy-paste-multiinstance branch August 25, 2024 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multi Instance: Refactor: nvim-tree.actions.fs.copy-paste
1 participant