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

Restore all cursors, instead of only the current window (#978)
authorAlexander Huynh <github@grande.coffee>
Mon, 21 Oct 2019 09:21:05 +0000 (02:21 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 21 Oct 2019 09:21:05 +0000 (11:21 +0200)
commitba2733dc8155499df7ce56a8645fb7cb9cbb13d0
tree7f4190728a9f43bd2898557cb4b3546c5e4f754d
parent03766f515b908b76a488da40fec3eeffb9369af7
Restore all cursors, instead of only the current window (#978)

If we have the same buffer open in multiple windows/tabs, we'll only
restore the current window's cursor.

Iterate through all tabs and windows, and save/restore all cursor
positions of windows that contain our buffer.

Addendum to #433.
plugin/black.vim