From: Simon Ruderich Date: Sun, 24 Jan 2016 00:08:10 +0000 (+0100) Subject: expose debug to config API X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=commitdiff_plain;h=76b007353b400f22976e39da57db988a82c8eca8 expose debug to config API --- 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(@_); }