From: Yilei "Dolee" Yang Date: Wed, 20 Jul 2022 00:57:23 +0000 (-0700) Subject: Fix an infinite loop when using `# fmt: on/off` ... (#3158) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/249c6536c4dff50773f30f222d1f81f0afe41f4c?ds=inline;hp=249c6536c4dff50773f30f222d1f81f0afe41f4c Fix an infinite loop when using `# fmt: on/off` ... (#3158) ... in the middle of an expression or code block by adding a missing return. Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com> Co-authored-by: Jelle Zijlstra ---