X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=blobdiff_plain;f=bin%2Ffcscs;h=e3d39cb7ae5251b590451df7e853deb202dccbd6;hp=d6a5878a6dcf51e3e911bde3748bcd64a1fdcb52;hb=524d2c01df24bffec726dc03ebc8a37129ae7f14;hpb=f184689fefd13bc5d5837d35ad36d454228277fb diff --git a/bin/fcscs b/bin/fcscs index d6a5878..e3d39cb 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -650,7 +650,7 @@ sub extend_match { } elsif ($char eq 'E') { # select current WORD (only right) extend_match_regex_right($line, $match, qr/\S+/); - } elsif ($char eq '^') { # select to beginning of line + } elsif ($char eq '0') { # select to beginning of line extend_match_regex_left($line, $match, qr/.+/); } elsif ($char eq '$') { # select to end of line extend_match_regex_right($line, $match, qr/.+/); @@ -767,7 +767,7 @@ configurable at the moment): =item B extend WORD to the right -=item B<^> extend to beginning of line +=item B<0> extend to beginning of line =item B<$> extend to end of line