We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ca377 commit f45c82aCopy full SHA for f45c82a
README.markdown
@@ -103,6 +103,14 @@ If you really must use one:
103
:!mkdir ~/.vim/bundle/name
104
:UseVimball ~/.vim/bundle/name
105
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
114
## Contributing
115
116
If your [commit message sucks](http://stopwritingramblingcommitmessages.com/),
0 commit comments