*vim-lastplace*  Intelligently reopen files where you left off.

Author:  Greg Dietsche <https://www.gregd.org/>
License: MIT
Version: 3.0.4

INTRODUCTION                                    *vim-lastplace-introduction*

Intelligently reopen files where you left off.  By default git,
svn, and mercurial commit messages are ignored because you
probably want to type a new message and not re-edit the previous
one.

You can configure what file types to ignore by setting
g:lastplace_ignore in your vimrc. By default it is set to:

        let g:lastplace_ignore = "gitcommit,gitrebase,svn,hgcommit"

By default, folds are automatically opened when jumping to the last edit
position. If you do not like this behavior you can disable it by putting
this in your vimrc:

        let g:lastplace_open_folds = 0

ABOUT                                           *vim-lastplace-about*

Get the latest version and/or report a bug on GitHub:
        https://github.com/dietsche/vim-lastplace

 vim:tw=78:et:ft=help:norl:
