mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -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