Skip to content

Commit

Permalink
Document session options limitations
Browse files Browse the repository at this point in the history
References tpope#16.
  • Loading branch information
tpope committed Mar 19, 2014
1 parent c9ca377 commit f45c82a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ If you really must use one:
:!mkdir ~/.vim/bundle/name
:UseVimball ~/.vim/bundle/name

> Why don't my plugins load when I use Vim sessions?
Vim sessions default to capturing all global options, which includes the
`'runtimepath'` that pathogen.vim manipulates. This can cause other problems
too, so I recommend turning that behavior off:

set sessionoptions-=options

## Contributing

If your [commit message sucks](http://stopwritingramblingcommitmessages.com/),
Expand Down

0 comments on commit f45c82a

Please sign in to comment.