Skip to content

Commit

Permalink
Update CHANGES.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Feb 27, 2023
1 parent f624f82 commit 236abad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- Fixed `os.isfile()` and `os.isdir()` when the specified name contains `<` or `>` or `"`, which are special wildcard characters for MS-DOS compatibility. This caused an error when typing `"<`, which then mistakenly thought a completion script named `<.lua` existed.
- Fixed `rl.expandtilde()` to omit a trailing backslash when expanding `~` by itself. This is to avoid running afoul of the [`\"` parsing rules](https://learn.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-commandlinetoargvw) for `argv[]` for programs.
- Fixed potential crash when the `clink` command line takes more bytes as UTF8 than it does as UTF16.

#### v1.4.19

Expand Down

0 comments on commit 236abad

Please sign in to comment.