wsdjeg / vim-fetch

Make Vim handle line and column numbers in file names with a minimum of fuss
http://www.vim.org/scripts/script.php?script_id=5089
MIT License
312 stars 17 forks source link

install problem #31

Open elad-eyal opened 3 years ago

elad-eyal commented 3 years ago

is it intentional that sourceing v3.0.0 vimball creates the files under ~/.vim/Users/martin ? (I'm Using Windows , WSL, vim 8.0)

kopischke commented 3 years ago

Nope; that’s on me messing up Vimball generation while I was still the maintainer. As I’m not anymore, all I can do is apologise and defer to @wsdjeg.

elad-eyal commented 3 years ago

You can create the vimball inside a "github workflow" nowadays. It's quite nice.

I can confirm that removing the string /Users/martin/Werkbank/Projekte kopischke/vim-fetch/ from line start the tarball made things install well for me (using source %)

wsdjeg commented 3 years ago

I do not see any vimball script in this repo, what can be done in this repo?

kopischke commented 3 years ago

@wsdjeg there are Vimballs for download on the release page.

elad-eyal commented 3 years ago

For example I thing you can see this page https://medium.com/faun/automate-your-build-release-with-github-actions-367c0febf5fd

Automatic creation of the vimball for vthe release

wsdjeg commented 3 years ago

Ok, Thanks, I will check it.

elad-eyal commented 4 months ago

@wsdjeg ?