petdance / vim-perl

Support for Perl 5 and Perl 6 in Vim

vim-perl / Changes
100644 35 lines (23 sloc) 0.812 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Changelog for the vim-perl package
 
1.??
====================================
[TESTING]
Added a test harness in t/ (try "make test"). Moved example code
to t_source/ (Hinrik)
 
[ENHANCEMENTS]
perl5:
 
Fix overzealous matching of /^package/ inside Pod (Hinrik)
 
1.00 Tue Aug 4 21:38:31 CDT 2009
====================================
[ENHANCEMENTS]
perl5:
 
Pulled in the rest of mauke's improvements. This fixes issues
with q() ops and its various brackets (Hinrik)
 
Add spell checking to the comments syntax group.
 
Highlight method calls on __PACKAGE__ (Hinrik)
 
Allow whitespace around autoquoted hash keys (Hinrik)
 
Fix highlighting of //= from Perl 5.10 (Hinrik)
 
[BUILDING]
Add a tarball target to the Makefile. Thanks to Mike Kelly for
contributions.
 
Add Nick Hibma's perl-regression.pl to ease testing.