You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This behavior can be achieved by setting existing option g:NERDDefaultAlign to 'start' (which is 'none' by default), and this option is used in all formatting commands except \cl (AlignLeft) and \cb (AlighBoth).
Is it a bug or design that using \cl or \cb does not respect the setting of g:NERDDefaultAlign when it is 'start'?
The text was updated successfully, but these errors were encountered:
Add a new optionNERDCommentBeforeLeadingWhitespace
or something to allow behavior ofAddLeftDelim
to be changed toThis behavior can be achieved by setting existing option
g:NERDDefaultAlign
to'start'
(which is'none'
by default), and this option is used in all formatting commands except\cl
(AlignLeft) and\cb
(AlighBoth).Is it a bug or design that using
\cl
or\cb
does not respect the setting ofg:NERDDefaultAlign
when it is'start'
?The text was updated successfully, but these errors were encountered: