Hi Hashjie!

On Fr, 05 Feb 2016, Hashjie wrote:

> The first two lines I recently added, and :NERDTreeFind seems to work. 
> However it doesn't respond to any input now. I guess this has something to do 
> with my runtimepath not having nerdtree in it.
> 
> My vimrc looks as followed:
> 
> set rtp+=$HOME/.vim/bundle/nerdtree
> so $HOME/.vim/bundle/nerdtree/plugin/NERD_tree.vim

You should not need those.

> " execute pathogen
> execute pathogen#infect()
> 
> " enable syntax
> syntax on
> 
> " enable filetype plugin
> filetype plugin indent on
[...]
> 
> :set rtp? shows me the following: 
> runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim74,/usr/share/vim/vimfiles/after,/var/lib/vi
> m/addons/after,~/.vim/after

That looks correct. However your runtimepath setting hasn't been 
changed. I don't know, why pathogen would not do it. Does it work with 
this line:
    call pathogen#infect('bundle/{}')

If this does not work, I suggest opening a ticket at the pathogen 
plugin. To me everything looks correct and it should just work™

Best,
Christian 
-- 
Der Tag gehört dem Irrtum und dem Fehler, die Zeitreihe dem 
Erfolg und dem Gelingen.
                -- Goethe, Maximen und Reflektionen, Nr. 690

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to