mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
If comment-auto-fill-only-comments is enabled, evil-open-above (O) can break comments, e.g. in haskell -- 1 :. 2 :. 3 :. Nil -- |a -- Becomes -- 1 :. 2 :. 3 :. Nil -- | -- a -- Reported by @ar1a