Ex command for deleting folds?

17 views
Skip to first unread message

Tom M

unread,
Dec 10, 2019, 1:04:26 PM12/10/19
to vim_use
Hello,

does anybody know how can I delete folds within a range of lines via an ex-command? Fold can be created with the ":fold" ex-command but I can't seem to find any corresponding ":folddelete" ex-command or something in that style. Do I have to use something like ":%normal zD" if I want to delete all folds?

Thanks in advance,

Tom

Paul

unread,
Dec 11, 2019, 9:56:06 AM12/11/19
to vim_use
Something like that: :x,ynormal zd
signature.asc
Reply all
Reply to author
Forward
0 new messages