forked from aniani/vim
patch 8.2.0785: libvterm code lags behind the upstream version
Problem: Libvterm code lags behind the upstream version. Solution: Include revisions 734 - 740.
This commit is contained in:
@@ -28,6 +28,14 @@ PUSH "\e[21m"
|
||||
?pen underline = 2
|
||||
PUSH "\e[24m"
|
||||
?pen underline = 0
|
||||
PUSH "\e[4m\e[4:0m"
|
||||
?pen underline = 0
|
||||
PUSH "\e[4:1m"
|
||||
?pen underline = 1
|
||||
PUSH "\e[4:2m"
|
||||
?pen underline = 2
|
||||
PUSH "\e[4:3m"
|
||||
?pen underline = 3
|
||||
PUSH "\e[4m\e[m"
|
||||
?pen underline = 0
|
||||
|
||||
|
||||
@@ -177,9 +177,11 @@ open my $test, "<", $ARGV[0] or die "Cannot open test script $ARGV[0] - $!";
|
||||
|
||||
while( my $line = <$test> ) {
|
||||
$line =~ s/^\s+//;
|
||||
next if $line =~ m/^(?:#|$)/;
|
||||
|
||||
chomp $line;
|
||||
|
||||
next if $line =~ m/^(?:#|$)/;
|
||||
last if $line eq "__END__";
|
||||
|
||||
do_line( $line );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user