On 4/7/06, jagpreet <[EMAIL PROTECTED]> wrote:
> My queries are is it possible to view the file the way I stored. i.e. with
> the folds closed.

File netrw.vim opens with all folds closed. To see how it does is,
try to open the file netrw.vim:
          :e $VIMRUNTIME/autoload/netrw.vim

You'll see that it opens with folds closed. The trick is in the last line:
      " vim:ts=8 fdm=marker
, the "modeline" (:he modeline). If you add the modiline to
your file *and* add your your fdm= to your modeline (and/or
other fold-related options), you'll probably get the desired result.

Yakov

Reply via email to