mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-18 22:43:39 -05:00
toggle comment depends on previous line
like Ctrl+/ in pycharm, vscode and so on
This commit is contained in:
@@ -503,8 +503,8 @@ change the filetype back: >
|
||||
style sexy comments.
|
||||
|
||||
|'NERDDefaultAlign'| Specifies the default alignment to use,
|
||||
one of 'none', 'left', 'start', or
|
||||
'both'.
|
||||
one of 'none', 'left', 'start', 'both'
|
||||
or 'previous'.
|
||||
|
||||
|'NERDToggleCheckAllLines'| Enable NERDCommenterToggle to check
|
||||
all selected lines is commented or not.
|
||||
@@ -784,7 +784,7 @@ deleted when uncommenting a line.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
*'NERDDefaultAlign'*
|
||||
Values: 'none', 'left', 'start', 'both'
|
||||
Values: 'none', 'left', 'start', 'both', 'previous'.
|
||||
Default 'none'.
|
||||
|
||||
Specifies the default alignment to use when inserting comments.
|
||||
|
||||
Reference in New Issue
Block a user