ruderich.org/simon
/
fcscs
/
fcscs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1412613
)
expose debug to config API
author
Simon Ruderich
<simon@ruderich.org>
Sun, 24 Jan 2016 00:08:10 +0000
(
01:08
+0100)
committer
Simon Ruderich
<simon@ruderich.org>
Sun, 24 Jan 2016 00:08:10 +0000
(
01:08
+0100)
bin/fcscs
patch
|
blob
|
history
diff --git
a/bin/fcscs
b/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.
+ 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(@_); }