Skip to content

Instantly share code, notes, and snippets.

@h14i
h14i / godoc.vim
Created November 29, 2013 17:11 — forked from mattn/godoc.vim
autoload/ref/godoc.vim with completion.
" A ref source for godoc.
" Version: 0.0.1
" Author : mattn <mattn.jp@gmail.com>
" License: Creative Commons Attribution 2.1 Japan License
" <http://creativecommons.org/licenses/by/2.1/jp/deed.en>
let s:save_cpo = &cpo
set cpo&vim