We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88bd9a5 commit 9c21faaCopy full SHA for 9c21faa
1 file changed
fsharp-mode-indent.el
@@ -1527,7 +1527,7 @@ This tells add-log.el how to find the current function/method/variable."
1527
(back-to-indentation)
1528
(while (and (or (looking-at fsharp-blank-or-comment-re)
1529
(fsharp-in-literal-p))
1530
- (not (bobp)))
+ (not (eq (point-at-bol) (point-min))))
1531
(backward-to-indentation 1))
1532
(fsharp-goto-initial-line)
1533
0 commit comments