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 be loaded:
 
  :filetype
 
 You should see
  filetype detection:ON  plugin:ON  indent:ON
 
 If not add a line to file .vimrc :
  filetype plugin on
 
 Fritz
 
 

-- 
View this message in context: http://www.nabble.com/cvim-tf2905788.html#a8124063
Sent from the Vim - General mailing list archive at Nabble.com.



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, idioms,
comments etc.

Further reading on http://www.vim.org/scripts/script.php?script_id=213

Best regards

Thomi



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 avoid conflicts with
other launguage-specific plugins.

If your current buffer is a C/C++-file you should see the mappings with
:map
(and they should work, of course).

Fritz


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 be loaded:

:filetype

You should see
filetype detection:ON  plugin:ON  indent:ON

If not add a line to file .vimrc :
filetype plugin on

Fritz


   



 





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 to file .vimrc :
filetype plugin on

Fritz