From 35e1eef2c8d1e687ecb74c2e9cc8dc811cb33282 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Tue, 25 Jul 2017 10:50:11 -0700 Subject: [PATCH] Corrected doc and comment format. --- doc/highlight.txt | 2 +- plugin/hightlight.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/highlight.txt b/doc/highlight.txt index 4ee53ba..f13ee37 100644 --- a/doc/highlight.txt +++ b/doc/highlight.txt @@ -51,7 +51,7 @@ v_["x]d& Note the v indicates visual mode. Removes the visually selected region from register x. ============================================================================== -Section 2: Statusline *highlight-variables* +Section 2: Variables *highlight-variables* g:highlight_registry diff --git a/plugin/hightlight.vim b/plugin/hightlight.vim index 506d08c..efc9abc 100644 --- a/plugin/hightlight.vim +++ b/plugin/hightlight.vim @@ -10,7 +10,7 @@ endif let g:loaded_highlight_registry = 1 -" GLOBAL VARIABLES: +" GLOBAL VARIABLES: {{{1 " ============================================================================== " g:highlight_registry :: { String : { String : String } } {{{2