let s:buf_nr = -1 function! vs#doc#OpenBrowser() let q = expand("") if empty(q) return endif let url = "https://www.google.com/search?q=.NET%20" . q call go#tool#OpenBrowser(url) endfunction