Vim Tips Wiki
No edit summary
Line 1: Line 1:
[[File:Placeholder|video|right|300px]] [[File:Placeholder|right|300px]]
 
 
{{ScriptComments|cobol: cobol syntax, indent, filetype files}}
 
{{ScriptComments|cobol: cobol syntax, indent, filetype files}}
 
[[File:Placeholder|video|right|300px]] [[File:Placeholder|right|300px]]
 
 
==Comments==
 
==Comments==
 
I am running into an issue where I get an error when pressing Tab in insert mode.
 
I am running into an issue where I get an error when pressing Tab in insert mode.

Revision as of 21:38, 5 February 2014

Use this page to discuss script 1655 cobol: cobol syntax, indent, filetype files

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments

I am running into an issue where I get an error when pressing Tab in insert mode.

I have tried to troubleshoot the script but am coming up empty.

The error is E117, saying that the Tabs() function is not found. As part of the script it creates a map to the <Tab> button while in insert mode. I am running in a unix envoirnment when the issue occurs, in gVim on my windows box there is no error.

Anyone have any idea what I need to do? --February 05, 2014