]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

correct Vim integration code (#2853)
authorD. Ben Knoble <ben.knoble+github@gmail.com>
Mon, 21 Feb 2022 01:37:07 +0000 (20:37 -0500)
committerGitHub <noreply@github.com>
Mon, 21 Feb 2022 01:37:07 +0000 (17:37 -0800)
commit8089aaad6b0116eb3a4758430129c3d8d900585b
tree040f7835cf904f3c12bbe7af9e2c6a0725e2676d
parent50a856970d2453087662a295631d6f24a12bc3a1
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.
docs/integrations/editors.md