Skip to content

Commit

Permalink
Merge pull request #5 from vim-jp/extra-plugins
Browse files Browse the repository at this point in the history
Bunch extra files
  • Loading branch information
koron committed Aug 31, 2014
2 parents c263d37 + 2524d41 commit 362c8ce
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 21 deletions.
10 changes: 10 additions & 0 deletions plugin/extra.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
if $GOPATH == ''
finish
endif

let s:gopath = substitute($GOPATH, (has('win32') || has('win64')) ? ';' : ':', ',', 'g')
exe "set rtp+="
\ . globpath(s:gopath, "src/github.com/nsf/gocode/vim")
\ . ',' . globpath(s:gopath, "src/github.com/golang/lint/misc/vim")
\ . ',' . globpath(s:gopath, "src/code.google.com/p/go.tools/cmd/misc/vim")
unlet s:gopath
7 changes: 0 additions & 7 deletions plugin/gocode.vim

This file was deleted.

7 changes: 0 additions & 7 deletions plugin/lint.vim

This file was deleted.

7 changes: 0 additions & 7 deletions plugin/oracle.vim

This file was deleted.

0 comments on commit 362c8ce

Please sign in to comment.