X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=blobdiff_plain;f=bin%2Ffcscs;h=8cffebd6ff049e78dbcc54f0ae2634e4747e89e0;hp=8a040f84f3d29624c5cdff96979281fa69d9f9d4;hb=76b007353b400f22976e39da57db988a82c8eca8;hpb=14126138d777250aac6d90b43f1a271bba91a820 diff --git a/bin/fcscs b/bin/fcscs index 8a040f8..8cffebd 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -1034,6 +1034,7 @@ Used as mappings, see L above. Used as handler to yank, paste selection or open URL in browser. + debug() get_regex_matches() select_match() run_command() @@ -1066,6 +1067,8 @@ package Fcscs { sub handler_paste { return main::handler_paste(@_); } sub handler_url { return main::handler_url(@_); } + sub debug { return main::debug(@_); } + sub get_regex_matches { return main::get_regex_matches(@_); } sub select_match { return main::select_match(@_); }