Skip to content

Commit f45c82a

Browse files
committed
Document session options limitations
References #16.
1 parent c9ca377 commit f45c82a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@ If you really must use one:
103103
:!mkdir ~/.vim/bundle/name
104104
:UseVimball ~/.vim/bundle/name
105105

106+
> Why don't my plugins load when I use Vim sessions?
107+
108+
Vim sessions default to capturing all global options, which includes the
109+
`'runtimepath'` that pathogen.vim manipulates. This can cause other problems
110+
too, so I recommend turning that behavior off:
111+
112+
set sessionoptions-=options
113+
106114
## Contributing
107115

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

0 commit comments

Comments
 (0)