From 76b007353b400f22976e39da57db988a82c8eca8 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 24 Jan 2016 01:08:10 +0100 Subject: [PATCH] expose debug to config API --- bin/fcscs | 3 +++ 1 file changed, 3 insertions(+) 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(@_); } -- 2.43.2