File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7825,10 +7825,10 @@ get_var_special_name(int nr)
78257825{
78267826 switch (nr)
78277827 {
7828- case VVAL_FALSE: return "false";
7829- case VVAL_TRUE: return "true";
7830- case VVAL_NONE: return "none";
7831- case VVAL_NULL: return "null";
7828+ case VVAL_FALSE: return "v: false";
7829+ case VVAL_TRUE: return "v: true";
7830+ case VVAL_NONE: return "v: none";
7831+ case VVAL_NULL: return "v: null";
78327832 }
78337833 EMSG2(_(e_intern2), "get_var_special_name()");
78347834 return "42";
Original file line number Diff line number Diff line change @@ -942,10 +942,10 @@ func Test_type()
942942 call assert_equal (0 , 0 + v: none )
943943 call assert_equal (0 , 0 + v: null )
944944
945- call assert_equal (' false' , ' ' . v: false )
946- call assert_equal (' true' , ' ' . v: true )
947- call assert_equal (' none' , ' ' . v: none )
948- call assert_equal (' null' , ' ' . v: null )
945+ call assert_equal (' v: false' , ' ' . v: false )
946+ call assert_equal (' v: true' , ' ' . v: true )
947+ call assert_equal (' v: none' , ' ' . v: none )
948+ call assert_equal (' v: null' , ' ' . v: null )
949949
950950 call assert_true (v: false == 0 )
951951 call assert_false (v: false != 0 )
Original file line number Diff line number Diff line change @@ -741,6 +741,8 @@ static char *(features[]) =
741741
742742static int included_patches [] =
743743{ /* Add new patch number below this line */
744+ /**/
745+ 1168 ,
744746/**/
745747 1167 ,
746748/**/
You can’t perform that action at this time.
0 commit comments