Skip to content

Conversation

@ltvnf
Copy link

@ltvnf ltvnf commented Aug 19, 2025

On macOS, /tmp is by default a symbolic link to /private/tmp. (just like /var).
So when nvim inializes a buffer, its name is not /tmp/response.http but rather /private/tmp/response.http.

The PR just basically makes sure that nvim still opens the set response_bufname even if it was symlinked to any other directory, which fixes the MacOS bug as well

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.

1 participant