This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
Vundle.vim
mirror of
https://github.com/VundleVim/Vundle.vim.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
scraping with vim
pull/10/head
gmarik
15 years ago
parent
c360d43c07
commit
807d6a1a68
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
autoload/vundle-search.vim
+ 4
- 0
autoload/vundle-search.vim
View File
@ -0,0 +1,4 @@
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
Write
Preview
Loading…
Cancel
Save