diff options
author | TJ DeVries <devries.timothyj@gmail.com> | 2016-06-10 11:21:49 -0400 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2016-06-14 20:10:11 +0200 |
commit | aa22b5fd9a10a6094ea3d9cd88d3bfb3496a1acf (patch) | |
tree | 2351674920166351d59bf7f711a9ea6b6f2bd31f /runtime | |
parent | 20447ba0983a29537ae9d8df435fdf0f412c4258 (diff) | |
download | rneovim-aa22b5fd9a10a6094ea3d9cd88d3bfb3496a1acf.tar.gz rneovim-aa22b5fd9a10a6094ea3d9cd88d3bfb3496a1acf.tar.bz2 rneovim-aa22b5fd9a10a6094ea3d9cd88d3bfb3496a1acf.zip |
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
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 |