Skip to content

Instantly share code, notes, and snippets.

@c9s
Created November 18, 2009 01:22
Show Gist options
  • Save c9s/237467 to your computer and use it in GitHub Desktop.
Save c9s/237467 to your computer and use it in GitHub Desktop.
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