Re: cvim

2007-01-02 Thread spx2
just did that and outputted filetype detection:ON plugin:ON indent:ON Fritz Mehner wrote: spx2 schrieb: hello. i just installed cvim but \lcs and \ucs work perfectly but \ce or \cn or any other \xx stuff or \xxx stuff don't work at all. what do i do ? Please check if plugins can

Re: cvim

2007-01-02 Thread Thomi Dammann
A.J.Mechelynck schrieb: spx2 wrote: hello. i just installed cvim but \lcs and \ucs work perfectly but \ce or \cn or any other \xx stuff or \xxx stuff don't work at all. what do i do ? What is cvim? It's the scrip c.vim: c.vim : C/C++-IDE -- Write and run programs. Insert statements,

Re: cvim

2007-01-02 Thread Fritz Mehner
spx2 schrieb: just did that and outputted filetype detection:ON plugin:ON indent:ON All these mappings are defined in the file $HOME/.vim/ftplugin/c.vim (filetype plugin). This file must also be loaded. The mappings are only present for c- and h-files (filetype is 'c' or 'cpp') to

Re: cvim

2007-01-01 Thread A.J.Mechelynck
spx2 wrote: hello. i just installed cvim but \lcs and \ucs work perfectly but \ce or \cn or any other \xx stuff or \xxx stuff don't work at all. what do i do ? What is cvim? Best regards, Tony.

Re: cvim

2007-01-01 Thread Fritz Mehner
spx2 schrieb: hello. i just installed cvim but \lcs and \ucs work perfectly but \ce or \cn or any other \xx stuff or \xxx stuff don't work at all. what do i do ? Please check if plugins can be loaded: :filetype You should see filetype detection:ON plugin:ON indent:ON If not add a line