We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7171f4c commit 0e19857Copy full SHA for 0e19857
lua/gitlab/actions/common.lua
@@ -82,6 +82,7 @@ M.add_empty_titles = function()
82
{ end_row = linnr - 1, end_col = string.len(v.title), hl_group = "TitleHighlight" }
83
)
84
end
85
+ M.switch_can_edit_bufs(false, v.bufnr)
86
87
88
0 commit comments