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
// If the first line of the document has already been evaluated, the number is treated as the threshold, since the `docFirstLineIndentColumn` is a positive number.
147
147
ifc.docFirstLineIndentColumn<=column {
148
-
// In the folded state, new-line-char is normally treated as space,
149
-
// but if the number of indents is different from the number of indents in the first line,
150
-
// new-line-char is used as is instead of space.
151
-
// Therefore, it is necessary to replace the space already added to buf.
152
148
// `c.docFoldedNewLine` is a variable that is set to true for every newline.
153
149
if (c.isFolded||c.isRawFolded) &&c.docFoldedNewLine {
0 commit comments