4 # File ID: a7b42cf8-5d45-11df-b2c3-90e6ba3022ac
5 # Inserts fold marks in TODO files before and after stdin.
6 # Select text in visual line mode and filter the block through this script.
16 # defined($ARGV[0]) && ($Title = join(" ", @ARGV) . " ");
17 $Line =~ /^(\s+)/ && ($Indent = $1);
19 print("$Line \x7B\x7B\x7B\n");
25 print("$Indent\x7D\x7D\x7D\n");