From vim Wed Dec 11 23:45:17 2002 From: "Antoine J. Mechelynck" Date: Wed, 11 Dec 2002 23:45:17 +0000 To: vim Subject: Re: automatically opening folds X-MARC-Message: https://marc.info/?l=vim&m=103965036223155 Emmanuel Touzery wrote: [...] > but that's very strange. > actually foldopen=all solves the problem. it works. but it's pretty > extreme of course. > none of the other options seem to solve the problem by itself. and if i > put all of the the document options together: > set foldopen=block,hor,insert,jump,mark,percent,quickfix,search,tag,undo > or: > set foldopen="block,hor,insert,jump,mark,percent,quickfix,search,tag,undo" > > it doesn't work! > > does anybody know what i'm missing? [...] Could that be related to the fact that when foldopen==all, then :set foldopen-=jump does NOT unset jump (foldopen remains set to all)? -- IOW, suboptions set through "all" cannot be unset one by one. Or is there an undocumented suboption? (Bram? Or someone?) Tony.