vim-pathogen icon indicating copy to clipboard operation
vim-pathogen copied to clipboard

pathogen.vim: manage your runtimepath

Results 27 vim-pathogen issues
Sort by recently updated
recently updated
newest added

Would be nice to provide license file. This [helps](https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text) with distro adoption. Simple license file would be enough.

After the commit 543041b, :Helptags checks only for the English help files. I'm using https://github.com/vim-jp/vimdoc-ja which is a project to translate the Vim help files into Japanese, it contains only...

Hello, first thanks for the great plugin it changed my life by allowing me to use mattn webapi. I use execute pathogen#infect() at the start of my vimrc. I installed...

I am in a Mac OS and I just added some scripts to get new functionality from my vim editor and when I go back into the vimrc file I...

I call pathogen#helptags() in my vimrc. But it doesn't generate helptags. because new versions doesn't work for this, so I have to change back to 2.2!

When setting up a [dotfiles](https://dotfiles.github.io/) repo, it is typical for the entire contents of the `.vim` directory to be added into the `.dotfiles` git repo. Having the pathogen plugins clones...

![image](https://user-images.githubusercontent.com/25880770/43390747-88dc6a36-9421-11e8-8406-b9eb9ecef118.png)

When installing a plugin I encounter this error: > [2017-11-09 09:47:24] $ git clone --recursive 'https://github.com/mhinz/vim-grepper.git' '/home/eduOS/.vim/bundle/vim-grepper' I know if I use ssh it works, but how can I change...