From: D. Ben Knoble Date: Mon, 21 Feb 2022 01:37:07 +0000 (-0500) Subject: correct Vim integration code (#2853) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/8089aaad6b0116eb3a4758430129c3d8d900585b?hp=8089aaad6b0116eb3a4758430129c3d8d900585b correct Vim integration code (#2853) - use `Black` directly: the commands an autocommand runs are Ex commands, so no execute or colon is necessary. - use an `augroup` (best practice) to prevent duplicate autocommands from hindering performance. ---