From d484bf4f2ddeb8cf8549f40da2eb18b1a0e1f7cc Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Tue, 19 Sep 2017 18:37:39 +0100 Subject: [PATCH] Add help file. --- doc/cobol.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 doc/cobol.txt diff --git a/doc/cobol.txt b/doc/cobol.txt new file mode 100644 index 0000000..2e8c06a --- /dev/null +++ b/doc/cobol.txt @@ -0,0 +1,31 @@ +cobol.txt* Utility programs for COBOL programming. + +Author: Kevin Lyda <kevin@phrye.com> +License: GPL + +INTRODUCTION *cobol* + +Whenever you edit a file of filetype cobol, these commands are available to +help some common tasks. + +COMMANDS *cobol-commands* + +Utility functions which work on the entire source file. + + *cobol-:Renumber* +:Renumber Add any missing line numbers in columns 1-6. + Will catch and fix any numbers following a gap + that are out of order (or that would be after + renumbering. + + cobol-:Unnumber +:Unnumber Remove all numbers in columns 1-6; replace with + spaces. + +ABOUT *cobol-about* + +Grab the latest version or report a bug on GitHub: + +http://github.com/lyda/vim-cobol + + vim:tw=78:et:ft=help:norl: -- GitLab