mirror of
https://github.com/solaeus/nucleo.git
synced 2024-12-22 01:47:49 +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);
|
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 {
|
pub(crate) fn status(&self) -> Status {
|
||||||
self.cols
|
self.cols
|
||||||
.iter()
|
.iter()
|
||||||
|
Loading…
Reference in New Issue
Block a user