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
" Stick it somewhere (.vimrc?) | |
" Works with Gvim and Macvim | |
" Windows users should go back to their IE6 | |
" Usage: | |
" :Maps Birmingham,UK | |
function! s:Maps(search) | |
let search = a:search | |
let p1 = "http://maps.google.com/maps/api/staticmap?center=" | |
let p2 = "&zoom=13&size=400x400&maptype=roadmap&sensor=true&format=png" |
NewerOlder