macOS: When pasting text and the clipboard has a filesystem path, paste the full path instead of the text, which is sometimes just the file name

Fixes #5142
This commit is contained in:
Kovid Goyal 2022-05-30 14:40:45 +05:30
parent 48bb43a2c4
commit cabfcbcb69
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 26 additions and 3 deletions

View file

@ -46,6 +46,9 @@ Detailed list of changes
- ssh kitten: Fix bash not being executed as a login shell since kitty 0.25.0 (:iss:`5130`)
- macOS: When pasting text and the clipboard has a filesystem path, paste the
full path instead of the text, which is sometimes just the file name (:pull:`5142`)
0.25.1 [2022-05-26]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~