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

Author:  Greg Dietsche <http://www.gregd.org/>
License: MIT
Version: 3.0.2

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.
For example to only ignore git and svn commit messages try this in your vimrc:

        let g:lastplace_ignore = "gitcommit,svn,asciidoc"

ABOUT                                           *vim-lastplace-about*

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

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