From aa22b5fd9a10a6094ea3d9cd88d3bfb3496a1acf Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Fri, 10 Jun 2016 11:21:49 -0400 Subject: Add new functionality to the `=` marker in the STL This new functionality is explained in the documentation. Also, many tests have been added to the buffer_spec.lua file --- runtime/doc/options.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 105be1cd77..ea0a18c6f3 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -6070,7 +6070,8 @@ A jump table for the options with a short description can be found at |Q_op|. feature use `has('tablineat')`. < - Where to truncate line if too long. Default is at the start. No width fields allowed. - = - Separation point between left and right aligned items. + = - Separation point between alignment sections. Each section will + be separated by an equal number of spaces. No width fields allowed. # - Set highlight group. The name must follow and then a # again. Thus use %#HLname# for highlight group HLname. The same -- cgit