A vim / nvim plugin that intelligently reopens files at your last edit position.
Features
- Commit Messages
- Many version control systems re-use the same file for commit message editing.
- vim-lastplace treats each commit message as if it were a new file because you probably want to type a new message and not re-edit the previous commit message.
- Maximizes Context
- Center the cursor vertically after restoring last edit position.
- Keep as much of the file on screen as possible when last edit position is at the end of the file.
- Opens folds if the last edit position is inside a fold.
- Works properly with new file templates and scripts that jump to a specific line in them.
What's Changed
- add vim8 packages, use code blocks for snippets by @coolaj86 in #24
- change BufWinEnter to BufReadPost by @jebaum in #25
- Fix window split position on Neovim by @nzbart in #29
- Solve unwanted jump points added by @NatWeiss in #31
New Contributors
- @coolaj86 made their first contribution in #24
- @jebaum made their first contribution in #25
- @nzbart made their first contribution in #29
- @NatWeiss made their first contribution in #31
Full Changelog: v3.2.1...v4.0.0