From 7fa7896bc1433e2c89f20a2118da02afc0f910df Mon Sep 17 00:00:00 2001 From: Connor Tsui Date: Tue, 25 Jul 2023 19:54:03 -0400 Subject: [PATCH 01/29] ignore runtime symlink --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6a6fc782a827..548c664fe8c8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ target helix-term/rustfmt.toml result runtime/grammars +runtime \ No newline at end of file From 4e010882120aa521e573497b5162db3abaa7d14d Mon Sep 17 00:00:00 2001 From: Connor Tsui Date: Tue, 25 Jul 2023 20:07:40 -0400 Subject: [PATCH 02/29] added is_read_only and "[readonly]" to statusline --- helix-term/src/ui/statusline.rs | 8 +++++--- helix-view/src/document.rs | 10 ++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/helix-term/src/ui/statusline.rs b/helix-term/src/ui/statusline.rs index 61fca609b208..04c1e9363129 100644 --- a/helix-term/src/ui/statusline.rs +++ b/helix-term/src/ui/statusline.rs @@ -432,12 +432,14 @@ fn render_file_modification_indicator(context: &mut RenderContext, write: F) where F: Fn(&mut RenderContext, String, Option