Folding Perl POD

2007-04-03 Thread Bill Moseley
lf = shift; return $self->{wazbat} =item fromp This methods implements the fromp operation. =cut sub fromp { return "fromp"; } =back =head1 WARNINGS [...] Is it possible to fold the =head1 or =item sections within a given =he

Re: FW: Adding quotes around html attribute values

2007-03-06 Thread Bill Moseley
On Tue, Mar 06, 2007 at 11:04:11AM -0500, Timothy Adams wrote: > Hi, > > I've been given some html which, oddly, is half in nicely quoted > attributes+values: Have you considered using a tool that is designed to fix up your html? Such as HTML Tidy? -- Bill Moseley [EMAIL PROTECTED]

Unicode U+2028 line separator

2007-03-02 Thread Bill Moseley
that is reading this file doesn't see the character as a new line (although it does see it as a matching a \s regular expression. -- Bill Moseley [EMAIL PROTECTED]

Pasting utf8

2006-12-01 Thread Bill Moseley
8 Bot What is it not pasting the utf8 character? set mouse? shows "mouse=a". -- Bill Moseley [EMAIL PROTECTED]

Re: compile code from within vim

2006-11-27 Thread Bill Moseley
UNTIME/compiler/*.vim > For example: $VIMRUNTIME/compiler/perl.vim I know the OP was asking about vim6, but in vim7 it seems like setting :compiler perl has to be done to select the correct compiler script. Is that expected? Do I need to map, say, .pl and .pm to compiler perl in my .vimrc? -- Bill Moseley [EMAIL PROTECTED]

Re: Spell and Perl source highlighting

2006-09-29 Thread Bill Moseley
tax highlighting. Thanks for the tip. -- Bill Moseley [EMAIL PROTECTED]

Spell and Perl source highlighting

2006-09-28 Thread Bill Moseley
ghlighting enabled at the same time? -- Bill Moseley [EMAIL PROTECTED]