Skip to content

Commit

Permalink
ind
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 2, 2023
1 parent e7d61e4 commit dc74bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vs-comment-return.el
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ We use PREFIX for navigation; we search it, then check what is infront."
(vs-comment-return--c-like-return))
;; Single line comment
(t
(let* ((ind (current-indentation))
(let* ((ind (current-indentation))
(prefix (vs-comment-return--get-comment-prefix))
(doc-line (vs-comment-return--comment-doc-p prefix))
(empty-comment (vs-comment-return--empty-comment-p prefix))
Expand Down

0 comments on commit dc74bad

Please sign in to comment.