Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc3f0f43

Browse files
committed
support utf-16/32 strings
1 parent3ceba25 commitc3f0f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/nvim/lua/stdlib.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ static int nlua_iconv(lua_State *lstate)
491491

492492
vimconv_Tvimconv;
493493
vimconv.vc_type=CONV_NONE;
494-
convert_setup(&vimconv,from,to);
494+
convert_setup_ext(&vimconv,from,false,to, false);
495495

496496
constchar_u*ret=string_convert(&vimconv, (char_u*)str,&str_len);
497497

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp