Wednesday, December 11, 2019

Re: Ex command for deleting folds?

On Tue, Dec 10, 2019 at 10:04:26AM -0800, Tom M wrote:
>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?

Something like that: :x,ynormal zd

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20191211145600.GA16966%40rainslide.net.

No comments: