On 11 November 2013, Gilles Ruppert <[email protected]> wrote:
> I played with the backupcopy and backup settings:
> 
> originally, they were set to:
> nobackup
> nowritebackup
> backupcopy=no
> 
> I tried enabling some/all of them, but still no luck.
> 
> I then just removed my .vimrc, which made the command execute. Then
> I went with a good old trial and error: comment out my entire .vimrc
> and enable section after section. Luckily, it was already the 2nd
> paragraph that broke the execution: it is my pathogen settings:
> 
>   filetype off
>   silent! call pathogen#runtime_append_all_bundles()
>   silent! call pathogen#helptags()
>   filetype plugin indent on
[...]

    I believe the preferred way to run pathogen these days is to replace
all that with a single line:

        execute pathogen#infect()

and run :Helptags only when installing new plugins.  This way it doesn't
interfere with command line editing.

    /lcd

-- 
-- 
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/groups/opt_out.

Reply via email to