mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 10:43:48 -05:00
Merge pull request #242 from lanjiann/master
Pull in documentation updates from old fork (found in network graph)
This commit is contained in:
@@ -399,40 +399,55 @@ then the script would do a sexy comment on the last visual selection.
|
|||||||
4.1 Options summary *NERDComOptionsSummary*
|
4.1 Options summary *NERDComOptionsSummary*
|
||||||
|
|
||||||
|'loaded_nerd_comments'| Turns off the script.
|
|'loaded_nerd_comments'| Turns off the script.
|
||||||
|
|
||||||
|'NERDAllowAnyVisualDelims'| Allows multipart alternative delimiters
|
|'NERDAllowAnyVisualDelims'| Allows multipart alternative delimiters
|
||||||
to be used when commenting in
|
to be used when commenting in
|
||||||
visual/visual-block mode.
|
visual/visual-block mode.
|
||||||
|
|
||||||
|'NERDBlockComIgnoreEmpty'| Forces right delimiters to be placed
|
|'NERDBlockComIgnoreEmpty'| Forces right delimiters to be placed
|
||||||
when doing visual-block comments.
|
when doing visual-block comments.
|
||||||
|
|
||||||
|'NERDCommentWholeLinesInVMode'| Changes behaviour of visual comments.
|
|'NERDCommentWholeLinesInVMode'| Changes behaviour of visual comments.
|
||||||
|
|
||||||
|'NERDCreateDefaultMappings'| Turn the default mappings on/off.
|
|'NERDCreateDefaultMappings'| Turn the default mappings on/off.
|
||||||
|
|
||||||
|'NERDCustomDelimiters'| Add or override delimiters for any
|
|'NERDCustomDelimiters'| Add or override delimiters for any
|
||||||
filetypes.
|
filetypes.
|
||||||
|
|
||||||
|'NERDDefaultNesting'| Tells the script to use nested comments
|
|'NERDDefaultNesting'| Tells the script to use nested comments
|
||||||
by default.
|
by default.
|
||||||
|
|
||||||
|'NERDMenuMode'| Specifies how the NERD commenter menu
|
|'NERDMenuMode'| Specifies how the NERD commenter menu
|
||||||
will appear (if at all).
|
will appear (if at all).
|
||||||
|
|
||||||
|'NERDLPlace'| Specifies what to use as the left
|
|'NERDLPlace'| Specifies what to use as the left
|
||||||
delimiter placeholder when nesting
|
delimiter placeholder when nesting
|
||||||
comments.
|
comments.
|
||||||
|
|
||||||
|'NERDUsePlaceHolders'| Specifies which filetypes may use
|
|'NERDUsePlaceHolders'| Specifies which filetypes may use
|
||||||
placeholders when nesting comments.
|
placeholders when nesting comments.
|
||||||
|
|
||||||
|'NERDRemoveAltComs'| Tells the script whether to remove
|
|'NERDRemoveAltComs'| Tells the script whether to remove
|
||||||
alternative comment delimiters when
|
alternative comment delimiters when
|
||||||
uncommenting.
|
uncommenting.
|
||||||
|
|
||||||
|'NERDRemoveExtraSpaces'| Tells the script to always remove the
|
|'NERDRemoveExtraSpaces'| Tells the script to always remove the
|
||||||
extra spaces when uncommenting
|
extra spaces when uncommenting
|
||||||
(regardless of whether NERDSpaceDelims
|
(regardless of whether NERDSpaceDelims
|
||||||
is set)
|
is set).
|
||||||
|
|
||||||
|'NERDRPlace'| Specifies what to use as the right
|
|'NERDRPlace'| Specifies what to use as the right
|
||||||
delimiter placeholder when nesting
|
delimiter placeholder when nesting
|
||||||
comments.
|
comments.
|
||||||
|
|
||||||
|'NERDSpaceDelims'| Specifies whether to add extra spaces
|
|'NERDSpaceDelims'| Specifies whether to add extra spaces
|
||||||
around delimiters when commenting, and
|
around delimiters when commenting, and
|
||||||
whether to remove them when
|
whether to remove them when
|
||||||
uncommenting.
|
uncommenting.
|
||||||
|
|
||||||
|'NERDCompactSexyComs'| Specifies whether to use the compact
|
|'NERDCompactSexyComs'| Specifies whether to use the compact
|
||||||
style sexy comments.
|
style sexy comments.
|
||||||
|
|
||||||
|'NERDDefaultAlign'| Specifies the default alignment to use,
|
|'NERDDefaultAlign'| Specifies the default alignment to use,
|
||||||
one of 'none', 'left', 'start', or
|
one of 'none', 'left', 'start', or
|
||||||
'both'.
|
'both'.
|
||||||
|
|||||||
Reference in New Issue
Block a user