[EMAIL PROTECTED] wrote:
> Thanks, Ben.  Unfortunately, as I am a COBOLer, I have neither access
> to nor knowledge about compiling C programs.  If it Vim7 was .Net I
> could possibly get it compiled.  Thanks anyway for the response.

It's OK!

Here's another one...

Do you have filetype plugins turned on? By the look of it, there is a
filetype plugin that adds nice COBOL indent functionality when you press
Tab, Ctrl-D and Ctrl-T in insert mode (as well as when you use various
indent commands in normal and visual mode).

So make sure you have :filetype plugin on somewhere in your .vimrc and
it should behave nicely for tab, and if you want to delete indent, get
into the habit of using Ctrl-D instead of just backspace, and it should
be pretty nice, I think.

:help i_Tab
:help i_CTRL-D
:help i_CTRL-T
:help <
:help >

The filetype plugin maps those keys so that they behave slightly
differently for Cobol, though they essentially do the same thing as they
do by default, hence the help references are useful.

Ben.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to