We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e802e commit 77bfd75Copy full SHA for 77bfd75
src/testdir/test_terminal.vim
@@ -1011,7 +1011,7 @@ func Test_terminal_dumpwrite_composing()
1011
1012
let text = " a\u0300 e\u0302 o\u0308"
1013
call writefile([text], 'Xcomposing')
1014
- let buf = RunVimInTerminal('Xcomposing', {})
+ let buf = RunVimInTerminal('--cmd "set encoding=utf-8" Xcomposing', {})
1015
call WaitForAssert({-> assert_match(text, term_getline(buf, 1))})
1016
call term_dumpwrite(buf, 'Xdump')
1017
let dumpline = readfile('Xdump')[0]
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 1780,
766
/**/
767
1779,
768
0 commit comments