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




Reply via email to