]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(netrw): Decode multibyte percent-encoding filename correctly (#13842)
authorK.Takata <kentkt@csc.jp>
Fri, 12 Jan 2024 16:30:01 +0000 (01:30 +0900)
committerGitHub <noreply@github.com>
Fri, 12 Jan 2024 16:30:01 +0000 (17:30 +0100)
commit2357765304e4c55935b5cc853ffb98ae82d64a01
tree7a0b0e92d514f51be3ee1dd1989c946c997e4e83
parent28d71b566a29ceea3a2d05bcee9264ed5d630d42
runtime(netrw): Decode multibyte percent-encoding filename correctly (#13842)

Use `printf("%c")` instead of `nr2char()` to handle '%xx' as a byte.

Close #13787

Signed-off-by: Ken Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/netrw.vim