[Vimoutliner] _vimoutlinerrc not found under windows

Steve Litt slitt at troubleshooters.com
Thu Feb 14 14:33:55 EST 2008


On Thursday 14 February 2008 02:29, Didier Bretin wrote:
> On 13/02/2008 14:03, Didier Bretin wrote:
> > I don't understand what is wrong :(.
>
> So I'm trying to debug.
>
> When I do a gvim -V9log myfile.otl, I see relation to ftdetect/vo_base.vim
> but nothing about ftplugin/vo_base.vim. Is it the right behaviour ?
>
> I join the log file I have under windows and the installation I made
> in the install.otl file. The $VIM is equal to "c:\program files\vim".
>
> Can you send your log file when you do the same like me ? Under linux
> and windows if you can ?
>
> Regards.

I can send one for Linux if that helps.

That -V9 option is really great. For many years I've been trying to figure out 
the order of how VO looks at things in order to troubleshoot VO problems. 
The -V9 option makes it really easy.

Once you have the log file, you can narrow it to the pertinent info by 
eliminating the "Searching" and "not found" lines like this:

cat mylog.log | grep -v ^[[:space:]]*Searching | grep -v "^[[:space:]]*not 
found" | less

The preceding gives you a pretty good trace of everything Vim does on startup.

SteveT


More information about the VimOutliner mailing list