Home
last modified time | relevance | path

Searched refs:update_buffer_path (Results 1 – 2 of 2) sorted by relevance

/dports/editors/xi-core/xi-editor-0.3.0/rust/core-lib/src/
H A Dconfig.rs299 pub(crate) fn update_buffer_path(&mut self, id: BufferId, path: &Path) -> Option<Table> { in update_buffer_path() method
H A Dtabs.rs414 let changes = self.config_manager.update_buffer_path(buffer_id, path); in do_save()