package vcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Hide
  2. | Unload of {
    1. if_modified : [ `Hide | `Abort ];
    }

When Unload { if_modified = `Abort } is specified, the buffer will be hidden anyway if 'hidden' is set, if 'bufhidden' is 'hide', or if the :hide command modifier is used. If 'confirm' is set or the :confirm command modifier is used, the user will be prompted to see if they want to hide the buffer instead of failing.