]> 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:

vim: Restore cursor/window position after format (#433)
authorJonty Wareing <jonty@jonty.co.uk>
Fri, 17 Aug 2018 15:39:34 +0000 (16:39 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 17 Aug 2018 15:39:33 +0000 (16:39 +0100)
commit2ec4c5f4f90838ba4b63e2edda63ccf261849177
tree23c9a4f4d8beef3a4266568226b16516eb8f21bf
parent1e56d02cadd9c5bb2a53a1d3e681e170786692bc
vim: Restore cursor/window position after format (#433)

Without this the cursor jumps to the top of the window after formatting
occurs.
plugin/black.vim