From a7a4dbd7875e544161d0a64cab6391360aa15828 Mon Sep 17 00:00:00 2001 From: Luke Hsiao Date: Wed, 9 Aug 2017 10:16:57 -0700 Subject: [PATCH] Update Tabular.txt Fix a typo (appart -> apart) --- doc/Tabular.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Tabular.txt b/doc/Tabular.txt index a4192ad..da4d45f 100644 --- a/doc/Tabular.txt +++ b/doc/Tabular.txt @@ -171,7 +171,7 @@ Tabular.vim in the same directory as TabularMaps.vim. For more information, and some suggested best practices, check out the |tabular-scripting| section. Lastly, we'll approach the case where tabular cannot achieve your desired goal -just by splitting lines appart, trimming whitespace, padding with whitespace, +just by splitting lines apart, trimming whitespace, padding with whitespace, and rejoining the lines. As an example, consider the multiple_spaces command from TabularMaps.vim. The goal is to split using two or more spaces as a field delimiter, and join fields back together, properly lined up, with only