completion now prefers completing variable names before trying comp specs
improved color picking for error messages
This commit is contained in:
@@ -780,7 +780,7 @@ impl AsFd for TermReader {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
||||
pub struct Layout {
|
||||
pub prompt_end: Pos,
|
||||
pub cursor: Pos,
|
||||
|
||||
Reference in New Issue
Block a user