]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1144: no way to create raw strings from a blob v9.1.1144
authorBakudankun <bakudankun@gmail.com>
Sun, 23 Feb 2025 19:29:21 +0000 (20:29 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 23 Feb 2025 19:29:21 +0000 (20:29 +0100)
commitb3854bfc543f0628699f58315ce6ec02dd59e415
treec35ea9be26e4774889316720fe7c37116198e3e3
parente0029daa3599529d9d438cc51c7ada8580297a39
patch 9.1.1144: no way to create raw strings from a blob

Problem:  no way to create raw strings from a blob
Solution: support the "encoding": "none" option
          to create raw strings (which may be invalid!)
          (Bakudankun)

closes: #16666

Signed-off-by: Bakudankun <bakudankun@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt
src/strings.c
src/testdir/test_functions.vim
src/version.c