From 518960deb25e50b049e2766519a6d775a3c5a268 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 25 Apr 2013 16:36:17 +0200 Subject: [PATCH] doc: add FAQ about iTerm2 and broken colors Closes #2. --- doc/startify.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/startify.txt b/doc/startify.txt index ef5721c..837241f 100644 --- a/doc/startify.txt +++ b/doc/startify.txt @@ -164,6 +164,15 @@ options like this: It's because Vim loads the list from viminfo only once, at startup. +"I use OSX and iTerm2 and have broken colors!" +---------------------------------------------- + +Nothing this plugin could do about. Try playing round with 'sessionoptions'. +Some people swear it works for them with these settings: + + set sessionoptions=blank,curdir,folds,help,tabpages,winpos + + ============================================================================== 6. About the author *startify-author*