mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Fixed sort in doc
Fixed sort-parts in documentation breaking the help-tag-indexing of vim
This commit is contained in:
@@ -351,7 +351,7 @@ MAPPINGS *table-mode-mappings*
|
|||||||
|
|
||||||
|
|
||||||
*table-mode-mappings-sort-column*
|
*table-mode-mappings-sort-column*
|
||||||
<Leader>ts Sort a column under the cursor. This invokes *TableSort*
|
<Leader>ts Sort a column under the cursor. This invokes |TableSort|
|
||||||
|
|
||||||
|| Expands to a header border. You can change this by changing
|
|| Expands to a header border. You can change this by changing
|
||||||
|table-mode-separator| option. You can change the character to
|
|table-mode-separator| option. You can change the character to
|
||||||
@@ -424,7 +424,7 @@ COMMANDS *table-mode-commands*
|
|||||||
*table-mode-:TableSort*
|
*table-mode-:TableSort*
|
||||||
:TableSort[!] [i][u][r][n][x][o]
|
:TableSort[!] [i][u][r][n][x][o]
|
||||||
This command sorts column under the cursor and inherits the same flags
|
This command sorts column under the cursor and inherits the same flags
|
||||||
as the *:sort* command.
|
as the |:sort| command.
|
||||||
|
|
||||||
With [!] the order is reversed.
|
With [!] the order is reversed.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user