Skip to content

Commit

Permalink
add sample outputter 'multi'
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed Feb 13, 2012
1 parent 345d936 commit 38feb6d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sample/sample_outputter_multi.pl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!perl
use strict;
use warnings;

print "I love Emacs and Vim\n";
print "You love Emacs and Vim\n";
print "We love Emacs and emacs\n";

#
# Local Variables:
# quickrun-option-outputter: (multi . (buffer:*multi1* file:multi.txt variable:multi-var))
# End:
#

0 comments on commit 38feb6d

Please sign in to comment.