volgar1x / vim-gocode

A Go bundle for Vundle or Pathogen
237 stars 34 forks source link

Got FromPath() to work for GOPATHs with and without a trailling slash #30

Closed alexaandru closed 10 years ago

alexaandru commented 10 years ago

This fixes the issue introduced by https://github.com/Blackrush/vim-gocode/commit/9dd01c9518a07de139260c450ca030c644efe28d and makes sure that the code will work regardless of whether the users specify their GOPATH with or without a trailing slash.

volgar1x commented 10 years ago

good one, thank you

alexaandru commented 10 years ago

I thank you for a great plugin :) Cheers!