mirror of
https://github.com/solaeus/nucleo.git
synced 2024-11-12 18:17:11 +00:00
allow direct access to column pattern
This commit is contained in:
parent
8b22bc28cb
commit
e2e0f69aa8
@ -64,6 +64,10 @@ impl MultiPattern {
|
||||
self.cols[column].0.reparse(new_text, case_matching);
|
||||
}
|
||||
|
||||
pub fn column_pattern(&self, column: usize) -> &Pattern {
|
||||
&self.cols[column].0
|
||||
}
|
||||
|
||||
pub(crate) fn status(&self) -> Status {
|
||||
self.cols
|
||||
.iter()
|
||||
|
Loading…
Reference in New Issue
Block a user