mirror of
https://github.com/Yggdroot/indentLine.git
synced 2025-12-06 20:24:28 +08:00
update doc
This commit is contained in:
@@ -121,27 +121,27 @@ g:indentLine_leadingSpaceEnabled *g:indentLine_leadingSpaceEnable
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
COMMANDS *indentLine-commands*
|
COMMANDS *indentLine-commands*
|
||||||
|
|
||||||
IndentLinesReset [number]
|
*IndentLinesReset* [number]
|
||||||
if 'shiftwidth' changes, using this command can redraw the
|
if 'shiftwidth' changes, using this command can redraw the
|
||||||
indentLines. number is optional, it means the width between
|
indentLines. number is optional, it means the width between
|
||||||
two indent level, if ommited, value of 'shiftwidth' is used.
|
two indent level, if ommited, value of 'shiftwidth' is used.
|
||||||
|
|
||||||
IndentLinesToggle
|
*IndentLinesToggle*
|
||||||
toggle the indent lines of the current buffer.
|
toggle the indent lines of the current buffer.
|
||||||
|
|
||||||
IndentLinesEnable
|
*IndentLinesEnable*
|
||||||
enable the indent lines of the current buffer.
|
enable the indent lines of the current buffer.
|
||||||
|
|
||||||
IndentLinesDisable
|
*IndentLinesDisable*
|
||||||
disable the indent lines of the current buffer.
|
disable the indent lines of the current buffer.
|
||||||
|
|
||||||
LeadingSpaceEnable
|
*LeadingSpaceEnable*
|
||||||
enable the leading spaces of the current buffer.
|
enable the leading spaces of the current buffer.
|
||||||
|
|
||||||
LeadingSpaceDisable
|
*LeadingSpaceDisable*
|
||||||
disable the leading spaces of the current buffer.
|
disable the leading spaces of the current buffer.
|
||||||
|
|
||||||
LeadingSpaceToggle
|
*LeadingSpaceToggle*
|
||||||
toggle the leading spaces of the current buffer.
|
toggle the leading spaces of the current buffer.
|
||||||
==============================================================================
|
==============================================================================
|
||||||
FAQ *indentLine-faq*
|
FAQ *indentLine-faq*
|
||||||
|
|||||||
Reference in New Issue
Block a user