On Wed, Sep 23, 2009 at 12:02 PM, Jozsef <jozefk@xxxxxxx> wrote: > On Wed, 23 Sep 2009, Aaron Griffin wrote: > >> On Wed, Sep 23, 2009 at 2:13 AM, Xavier <shiningxc@xxxxxxxxx> wrote: >> > On Wed, Sep 23, 2009 at 6:03 AM, Jozsef <jozefk@xxxxxxx> wrote: >> >>> Which plugins in particular are you talking about? Can we get an "ls >> >>> -l ~/.vim/plugin" ? >> >> >> >> To move .vimrc away? but all my settings are in .vimrc :) how do you imagine anything to work without .vimrc? >> >> I don't have vi and gvim anymore. only vim and .vimrc >> >> >> >> >> > >> > Dude, it is just for testing purpose ... >> >> Aye, it's for the purpose of testing. My suspicion is that something >> in your ~/.vimrc is causing this problem, as it works fine for >> everyone else. >> >> >> total 348 >> >> -rw-r--r-- 1 jozefk jozefk 40775 2009-07-02 20:46 calendar.vim >> >> -rw------- 1 jozefk jozefk 15940 2006-10-30 21:23 cecutil.vim >> >> -rw------- 1 jozefk jozefk 62195 2006-10-31 00:17 engspchk.vim >> >> -rwxr--r-- 1 jozefk jozefk 30714 2008-01-25 10:04 matchit.vim >> >> -rw-r--r-- 1 jozefk jozefk 147930 2007-09-21 18:11 taglist.vim >> >> -rw-r--r-- 1 jozefk jozefk 1583 2009-06-25 13:49 templates.vim >> >> -rw-r--r-- 1 jozefk jozefk 36771 2009-07-02 21:11 vimcommander.vim >> >> >> >> and my .vimrc is important as well: http://dpaste.com/97063/ >> >> >> >> >> > >> > Is that ~/.vim/ or ~/.vim/plugins ? >> >> Note that it's "plugin", singular, for the vim plugins dir. I know, it >> annoys me too :) > > I tried to remove .vimrc and the plugins still don't work. The colors became different than when I use my original .vimrc > Which .vimrc is in use right now? That nobody can knows anymore :) So many runtimepaths and directories... > > ls -l ~/.vim/plugin > total 348 > -rw-r--r-- 1 jozefk jozefk 40775 2009-07-02 20:46 calendar.vim > -rw------- 1 jozefk jozefk 15940 2006-10-30 21:23 cecutil.vim > -rw------- 1 jozefk jozefk 62195 2006-10-31 00:17 engspchk.vim > -rwxr--r-- 1 jozefk jozefk 30714 2008-01-25 10:04 matchit.vim > -rw-r--r-- 1 jozefk jozefk 147930 2007-09-21 18:11 taglist.vim > -rw-r--r-- 1 jozefk jozefk 1583 2009-06-25 13:49 templates.vim > -rw-r--r-- 1 jozefk jozefk 36771 2009-07-02 21:11 vimcommander.vim > > ls -l ~/.vim/ > total 2032 > drwxr-xr-x 2 jozefk jozefk 4096 2009-07-15 21:25 CVIMSYN > drwxr-xr-x 2 jozefk jozefk 4096 2009-07-15 21:25 doc > -rw-r--r-- 1 jozefk jozefk 2048000 2009-07-15 21:24 engspchk.tar > drwxr-xr-x 2 jozefk jozefk 4096 2009-07-15 21:25 plugin > -rw-r--r-- 1 jozefk jozefk 74 2009-06-17 22:12 skeleton.css > -rw-r--r-- 1 jozefk jozefk 445 2009-06-17 21:57 skeleton.html > -rw-r--r-- 1 jozefk jozefk 1300 2009-06-17 21:56 skeleton.php > drwxr-xr-x 2 jozefk jozefk 4096 2009-07-13 19:08 templates > > It doesn't works fine for everyone else. Somebody already mentioned that he has the same issue and I didn't change anything with my .vimrc or with any other file or directory or plugin. All I did was > pacman -R vim vi gvim > And after that pacman -S vim > Nothing else. I already paste my .vimrc in last message so if you think something is wrong with it, please let me know :) Here's a question for you... are you using "vi" or "vim"?