From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Sat, 22 Jan 2022 15:29:38 +0000 (-0800) Subject: Refactor logic for stub empty lines (#2796) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/811de5f36bb1bb2bc7e14c186cf1af6badb77475?hp=811de5f36bb1bb2bc7e14c186cf1af6badb77475 Refactor logic for stub empty lines (#2796) This PR is intended to have no change to semantics. This is in preparation for #2784 which will likely introduce more logic that depends on `current_line.depth`. Inlining the subtraction gets rid of offsetting and makes it much easier to see what the result will be. ---