From d3acca35fdb3e4fc70c1ffa18a76c2784ee7ef57 Mon Sep 17 00:00:00 2001 From: Matt Wozniski Date: Tue, 11 Sep 2012 00:44:11 -0400 Subject: [PATCH] Doc fix for GTabularize --- plugin/Tabular.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/Tabular.vim b/plugin/Tabular.vim index 067c1a0..e73329a 100644 --- a/plugin/Tabular.vim +++ b/plugin/Tabular.vim @@ -329,7 +329,7 @@ endfunction " unchanged, and not in any way affect the outcome of other lines in the " range (at least, normally - but Pipelines can and will still look at " non-matching rows unless they are specifically written to be aware of -" tabular#LineInclusionPattern() and handle it appropriately). +" tabular#DoGTabularize() and handle it appropriately). " 2) No automatic range determination - :Tabularize automatically expands " a single-line range (or a call with no range) to include all adjacent " matching lines. That behavior does not make sense for this command.