From ec14c7ec7f088c32923f305756dae5d8636e8155 Mon Sep 17 00:00:00 2001
From: Kevin Lyda <kevin@ie.suberic.net>
Date: Wed, 20 Sep 2017 17:49:50 +0100
Subject: [PATCH] Fix document formatting.

---
 doc/vim-cobol.txt | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/doc/vim-cobol.txt b/doc/vim-cobol.txt
index 0cde0e1..d501fd0 100644
--- a/doc/vim-cobol.txt
+++ b/doc/vim-cobol.txt
@@ -1,4 +1,13 @@
-cobol.txt*  Utility programs for COBOL programming.
+*cobol.txt*  Utility programs for COBOL programming.
+
+000100      8""""8 8"""88 8""""8   8"""88 8          000100
+000200      8    " 8    8 8    8   8    8 8          000200
+000300      8e     8    8 8eeee8ee 8    8 8e         000300
+000400      88     8    8 88     8 8    8 88         000400
+000500      88   e 8    8 88     8 8    8 88         000500
+000600      88eee8 8eeee8 88eeeee8 8eeee8 88eee      000600
+
+Contains a number of utilities for managing COBOL source files.
 
 Author:  Kevin Lyda <kevin@phrye.com>
 License: GPL
@@ -18,16 +27,16 @@ Utility functions which work on the entire source file.
                         that are out of order (or that would be after
                         renumbering.
 
-                                                 cobol-:Unnumber
+                                                *cobol-:Unnumber*
 :Unnumber               Remove all numbers in columns 1-6; replace with
                         spaces.
 
-SETTINGS                                         cobol-settings
+SETTINGS                                        *cobol-settings*
 
-                                                 g:cobol_minimum_delta
+                                                *g:cobol_minimum_delta*
 Minimum delta to put between lines.  Defaults to 1.
 
-                                                 g:cobol_maximum_delta
+                                                *g:cobol_maximum_delta*
 Maximum delta to put between lines.  Defaults to 100.
 
 ABOUT                                           *cobol-about*
-- 
GitLab