Update to 0.23. From the changelog:
- Attempt to do the right thing with character strings: Encode them in UTF-8, tell vim the file encoding (UTF-8), and return a (decoded) character string. Thanks to Ricardo Signes for the very helpful report (gh-1). - The included 'text-vimcolor' script will attempt to load Win32::Console::ANSI on windows when printing ANSI to STDOUT in an attempt to make the output more useful. - Add a basic test to ensure the script still operates - Add 'extra_vim_options' to be able to append options to the defaults - Use IPC::Open3 for portability instead of doing fork/exec manually. - Various other fixes to attempt to make this usable on Windows. Thanks to Yasuhiro Matsumoto (mattn) for helping to port to Windows (gh-5). - bin/text-vimcolor: Exit after printing usage when --help is specified (previous version continued to wait for STDIN). Thanks to Vyacheslav Matyukhin for the pull req (gh-6). - Try to show any available version information before aborting Makefile.PL - Minor installation and test fixes for older systems - Simplify version detection using vim script - Mark encoding tests as TODO tests for now (still under development) - Remove extraneous vim statement that caused delays on some files. Thanks to Joe Mullally (jhackworth) for finding this and for the vim profiling tips (gh-2). - Abort Makefile.PL before writing Makefile if minimum vim not found - Try not to hang the installation if an old vim is found - Lower Term::ANSIColor requirement to 1.03 and make bright colors normal if Term::ANSIColor version < 3 - Document that the minimum vim version is 6. (It has been that way since 2003.) - Allow debugging based on TEXT_VIMCOLOR_DEBUG env var - Attempt to make tests more portable across vim versions (addressing rt-75829 and a few sparse smoke reports). - Reorganize the test suite increasing coverage and number.
This commit is contained in:
parent
58fcc94594
commit
3135407c7d
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.5 2013/11/24 10:05:53 thomasklausner Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2014/02/14 01:37:42 schmonz Exp $
|
||||
|
||||
DISTNAME= Text-VimColor-0.14
|
||||
DISTNAME= Text-VimColor-0.23
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
SVR4_PKGNAME= p5tvc
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2011/11/18 02:59:27 jgoamakf Exp $
|
||||
$NetBSD: distinfo,v 1.3 2014/02/14 01:37:42 schmonz Exp $
|
||||
|
||||
SHA1 (Text-VimColor-0.14.tar.gz) = 62a934bf1fa6808e4d5123bb2f6ca98b8d6de886
|
||||
RMD160 (Text-VimColor-0.14.tar.gz) = 9b537c185022383fb501db5e54f850e55e5dcde5
|
||||
Size (Text-VimColor-0.14.tar.gz) = 38480 bytes
|
||||
SHA1 (Text-VimColor-0.23.tar.gz) = b55d271d00bbd2fe62a8e52e713a5f4b5fc150e4
|
||||
RMD160 (Text-VimColor-0.23.tar.gz) = 29163456acec2f913b6ebae4611706eb0bd5e0cd
|
||||
Size (Text-VimColor-0.23.tar.gz) = 130614 bytes
|
||||
|
|
Loading…
Reference in a new issue