batchUpdateEnd call to complete BatchUpdateStart
(autoSave bool)
| 676 | |
| 677 | // batchUpdateEnd call to complete BatchUpdateStart |
| 678 | func (tb *Buffer) batchUpdateEnd(autoSave bool) { |
| 679 | tb.autoSaveRestore(autoSave) |
| 680 | } |
| 681 | |
| 682 | const ( |
| 683 | // EditSignal is used as an arg for edit methods with a signal arg, indicating |
no test coverage detected