Skip to content

Commit 0e19857

Browse files
authored
fix: make discussion tree buffers nomodifiable (#394)
1 parent 7171f4c commit 0e19857

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/gitlab/actions/common.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ M.add_empty_titles = function()
8282
{ end_row = linnr - 1, end_col = string.len(v.title), hl_group = "TitleHighlight" }
8383
)
8484
end
85+
M.switch_can_edit_bufs(false, v.bufnr)
8586
end
8687
end
8788
end

0 commit comments

Comments
 (0)