Created
November 18, 2009 01:22
-
-
Save c9s/237467 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cal ut#init({ 'plan':6 , 'verbose':2 }) " verbose option helps you debug your vim script | |
cal ut#list_ok( [ 1 , 2 , 3 ] ) | |
runtime vimlib/autoload/libperl.vim | |
cal ut#list_ok( libperl#get_cpan_module_list(0) ) | |
cal ut#list_ok( libperl#get_cpan_module_list(1) ) | |
cal ut#list_ok( libperl#get_currentlib_cpan_module_list(1) ) | |
cal ut#list_ok( libperl#get_currentlib_cpan_module_list(1) ) | |
cal ut#list_ok( libperl#get_path_module_list( expand('~/work/rc/lib') , 1 ) ) | |
cal ut#done() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment