From: Grigory Sarnitskiy, Wed, May 04, 2011 3:24 am > > How do I enable tabs in Cream? Now I can't open several files in > cream simultaneously, only one at a time. > > Ubuntu 11.04 x64, cream 0.42 from the repos.
Hmm, sounds like a default setting is being over-ridden by cream-conf. (This shouldn't be possible by default from Cream 0.39 onwards.) I wonder if the packager has tampered with the defaults, do you have a cream-conf.vim file on your system somewhere? The following should tell you places to check: <Ctrl+L>:echo &runtimepath<Enter> If yes, delete or rename it. If no, maybe an old variable is still floating around, see if the global exists: <Ctrl+L>:echo g:CREAM_SINGLESERVER<Enter> If it exists, type this: <Ctrl+L>:unlet g:CREAM_SINGLESERVER<Enter> Fixed? -- Steve Hall [ digitect dancingpaper com ] :: Cream for Vim (http://cream.sourceforge.net) ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ cream-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cream-general
