Skip to content
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

fix: Incorrect file copied message (#37) #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 31, 2021

  1. fix: Incorrect file copied message (nvim-telescope#37)

    When copying a file outside the original directory (cwd) the file is not
    copied, this is expected, but the user still gets the following message:
    
      [file] has been copied!
    
    This is incorrect, this commit fixes the issue by verifying the result
    status from the copy operation and prints the appropriate message
    '[file] has been copied!' or '[file] has not been copied' depending on
    whether the operation succeeded or not.
    miguelmoraperea committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    e0b941c View commit details
    Browse the repository at this point in the history