Updated vim doc

Added tag links for all commands
This commit is contained in:
Dhruva Sagar
2013-03-18 19:17:37 +05:30
parent ab11ee1035
commit 21d8926165
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -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*