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

Displaying help breaks # substitution #420

Closed
gwsw opened this issue Aug 26, 2023 · 1 comment
Closed

Displaying help breaks # substitution #420

gwsw opened this issue Aug 26, 2023 · 1 comment

Comments

@gwsw
Copy link
Owner

gwsw commented Aug 26, 2023

Steps to reproduce:

  1. Run less file1 file2. file1 is displayed.
  2. Enter :n. file2 is displayed.
  3. Enter !echo #. "file1" is printed.
  4. Enter h. The help file is displayed.
  5. Enter q. file2 is displayed.
  6. Enter !echo #.

Expected: "file1" should be printed.
Actual: "file2" is printed.

@gwsw
Copy link
Owner Author

gwsw commented Aug 26, 2023

Fixed in 6446450.

@gwsw gwsw closed this as completed Aug 26, 2023
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

No branches or pull requests

1 participant