c9s / Vimana

Vimana is an easy to use system for searching , installing, and downloading vim script. Vimana provides a command-line interface such like aptitude programe on Debian linux, for you to search , download , install , upgrade scripts from http://www.vim.org (vimonline site).
http://search.cpan.org/dist/Vimana
182 stars 26 forks source link

Can't find python.vim, script id=30 #10

Open leira opened 14 years ago

leira commented 14 years ago

Can't find vim script id = 30, python.vim. Actually, it's not in the index file. I tried the page http://www.vim.org/scripts/script_search_results.php?keywords=&order_by=creation_date&direction=ascending&show_me=3000 The python.vim was there, I don't know why it's gone in the index file after parse. Haven't dug too deep, not familiar with perl.

c9s commented 14 years ago

Hi, is that colorscheme ?

I've python.vim in my vimana search result. because the same name plugin will be override, still thinking a better way for package name.

leira commented 14 years ago

Actually, there are at least 3 scripts named python.vim, one color schema, one syntax, and one plugin. Scripts can have the same name, but they should have different script id. I'm not sure about the data structure used in vimana, maybe we need to use id rather than just name to identify the scripts.