ST2
Edit objects have no functions, they exist to group buffer modifications.
They can be created by view.begin_edit(). Every call to view.begin_edit() must have a corresponding call to view.end_edit(), typically wrapped in a try ... finally block.
ST3
Edit objects have no functions, they exist to group buffer modifications.
Edit objects are passed to TextCommands, and can not be created by the user. Using an invalid Edit object, or an Edit object from a different View, will cause the functions that require them to fail.
Generated from the official documentation on Sat Oct 29 20:16:43 EEST 2016 by Leonid Shevtsov.