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

# doesn't handle spaces in filenames #480

Closed
gregrwm opened this issue Feb 19, 2024 · 1 comment
Closed

# doesn't handle spaces in filenames #480

gregrwm opened this issue Feb 19, 2024 · 1 comment

Comments

@gregrwm
Copy link

gregrwm commented Feb 19, 2024

less opens and displays files with one or more spaces in the filename, but # doesn't handle such filenames properly.

Try this:
echo hi there|less
s/tmp/hi\ there
:e/tmp/hi\ there
:e-
:e#
/tmp/hi: No such file or directory (press RETURN)

@gwsw
Copy link
Owner

gwsw commented Feb 20, 2024

Fixed in 1626d06.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants