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 41042f3 commit ee1dd1cCopy full SHA for ee1dd1c
src/testdir/gen_opt_test.vim
@@ -7,10 +7,13 @@ if 1
7
8
set nomore
9
10
+" The terminal size is restored at the end.
11
+" Clear out t_WS, we don't want to resize the actual terminal.
12
let script = [
13
\ 'let save_columns = &columns',
14
\ 'let save_lines = &lines',
15
\ 'let save_term = &term',
16
+ \ 'set t_WS=',
17
\ ]
18
19
/#define p_term
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 436,
769
/**/
770
435,
771
0 commit comments