vundle/autoload/vundle-search.vim

5 lines
266 B
VimL
Raw Normal View History

2010-11-01 02:12:32 -04:00
let scripts=tempname() | exec '!curl http://vim-scripts.org/scripts.html >'.scripts
exec 'e '.scripts
%s/<tr>\_.\s\+<td>\(\d\+\)<\/td>\_.\s\+<td>\([^<]\+\)<\/td>\_\s\+<td><a\s\+href="\([^"]\+\)">\([^<\/]\+\)<\/a><\/td>\_\s\+<td>\(.*\)<\/td>/Script:\1 \2 \4 \3 \5/g