pub fn insert_tab<Store>( core: &mut TextCore<Store>, pos: TextPosition, expand_tabs: bool, tab_width: u32, ) -> Result<bool, TextError>where Store: TextStore + Default,
Insert a tab, either expanded or literally.