diff --git a/doc/table-mode.txt b/doc/table-mode.txt index 6890f81..858c2e2 100644 --- a/doc/table-mode.txt +++ b/doc/table-mode.txt @@ -124,6 +124,7 @@ MAPPINGS *table-mode-mappings* =============================================================================== COMMANDS *table-mode-commands* + *:TableModeToggle* *table-mode-commands-toggle* :TableModeToggle Toggles the table mode. Same effect as |toggle-mode-mappings-toggle|. @@ -131,6 +132,7 @@ COMMANDS *table-mode-commands* NOTE this is applicable only if |table-mode-options-always-active| is not set. + *:TableModeEnable* *table-mode-commands-enable* :TableModeEnable Enables Table Mode. @@ -138,6 +140,7 @@ COMMANDS *table-mode-commands* NOTE this is applicable only if |table-mode-options-always-active| is not set. + *:TableModeDisable* *table-mode-commands-disable* :TableModeDisable Disables Table Mode. @@ -145,6 +148,7 @@ COMMANDS *table-mode-commands* NOTE this is applicable only if |table-mode-options-always-active| is not set. + *:Tableize* :Tableize *table-mode-commands-tableize* This converts the current line into a table if it consists of |table-mode-options-delimiter|. This accepts a range, without which it diff --git a/doc/tags b/doc/tags index 10443e0..c689202 100644 --- a/doc/tags +++ b/doc/tags @@ -1,3 +1,7 @@ +:TableModeDisable table-mode.txt /*:TableModeDisable* +:TableModeEnable table-mode.txt /*:TableModeEnable* +:TableModeToggle table-mode.txt /*:TableModeToggle* +:Tableize table-mode.txt /*:Tableize* table-mode-commands table-mode.txt /*table-mode-commands* table-mode-commands-disable table-mode.txt /*table-mode-commands-disable* table-mode-commands-enable table-mode.txt /*table-mode-commands-enable*