Improve alignment of infobar, set buffer name in window title
This commit is contained in:
@@ -288,7 +288,7 @@ function GenericTextFileRule(_s)
|
||||
|
||||
line, col, _s = match_line_col(_s)
|
||||
file_path = match_path(_s)
|
||||
return {kind = "open_textfile", file_path = file_path, line = line, col = col}
|
||||
return {kind = "text", file_path = file_path, line = line, col = col}
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user