|
|
1 NAME 2 query_editor - query editor status 3 4 SYNOPSIS 5 string query_editor(object obj) 6 7 8 DESCRIPTION 9 Return the editor status of an object. This is either "command", if 10 the editor instance is in command mode, "insert", if the editor instance 11 is in input mode, or nil, if there is no editor instance for the given 12 object. 13 14 SEE ALSO 15 kfun/editor