Skip to content

vim-lastplace v4.4.0

Latest
Compare
Choose a tag to compare
@farmergreg farmergreg released this 24 Aug 15:22
· 14 commits to master since this release

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

Full Changelog: v3.2.1...v4.0.0