]> ruderich.org/simon Gitweb - fcscs/fcscs.git/commitdiff
expose debug to config API
authorSimon Ruderich <simon@ruderich.org>
Sun, 24 Jan 2016 00:08:10 +0000 (01:08 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 24 Jan 2016 00:08:10 +0000 (01:08 +0100)
bin/fcscs

index 8a040f84f3d29624c5cdff96979281fa69d9f9d4..8cffebd6ff049e78dbcc54f0ae2634e4747e89e0 100755 (executable)
--- a/bin/fcscs
+++ b/bin/fcscs
@@ -1034,6 +1034,7 @@ Used as mappings, see L</MAPPINGS> above.
 
 Used as handler to yank, paste selection or open URL in browser.
 
 
 Used as handler to yank, paste selection or open URL in browser.
 
+    debug()
     get_regex_matches()
     select_match()
     run_command()
     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 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(@_); }
 
     sub get_regex_matches { return main::get_regex_matches(@_); }
     sub select_match { return main::select_match(@_); }