On 01/07/10 11:53, Sven Eppler wrote:
Hi,

this looks like the Problem:

:verbose set cpo?
cpoptions=aAbBcCdDeEfFgHiIjJkKlLmMnoOpPqrRsStuvwWxXyZ$!%*-+<>

I only get the hind, that '/usr/share/vim/vim70/plugin/zipPlugin.vim'
last changed this setting. But is there a way to debug more precisly
when all this stuff is comming into the variable? Temporaly i
overwrite cpo with the Vim-Default in my .vimrc which works just fine
now.

Thanks,
Sven


It looks like you have (or had) 'compatible' set. Are you sure your vimrc is named .vimrc, not .exrc and not $VIM/vimrc without dot? Or that you aren't loading your vimrc by means of a -u command-line argument? Or that you haven't got -C on the Vim command-line? Each of these would defeat Vim's custom of setting 'nocompatible' when a vimrc is found.

The above setting is, I think, the 'compatible' default for the 'cpoptions' options. Its 'nocompatible' setting is much shorter: aABceFs

See
        :help compatible-default
        :help 'compatible'
        :help 'cpoptions'
        :help -C
        :help -N
        :help -u
        :help .vimrc


Best regards,
Tony.
--
TIM:   That is not an ordinary rabbit ... 'tis the most foul cruel and
       bad-tempered thing you ever set eyes on.
ROBIN: You tit.  I soiled my armour I was so scared!
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

--
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

Reply via email to