Improve alignment of infobar, set buffer name in window title

This commit is contained in:
Krzosa Karol
2024-07-28 15:16:12 +02:00
parent 978d2d603a
commit 77a6cc5e53
8 changed files with 27 additions and 28 deletions

View File

@@ -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