autoCheck parameter

Use the autoCheck parameter to set or query whether document changes will be automatically completed when the cursor is moved off a changed line.

 

Availability

query command
set command

 

Scope

The current view.

 

Syntax

query autoCheck
set autoCheck { on | off }

 

Parameters

on Use the on parameter to indicate that document changes should be automatically completed when the cursor is moved off a changed line.
off Use the off parameter to indicate that the document changes should not be automatically completed.

 

Description

If autoCheck is set to off, changes will only be completed if the undo check command is explicity called.

 

Examples

query autoCheck
set autoCheck off 

Related reference
query command
set command
undo command
updateProfile command
changes parameter
dirty parameter
recording parameter