Release: Bug Fixes and Improvements (#399)
fix: Error messages and run all tests (#381) feat: Automatically open fold under cursor (#380) fix: Discussion ID is not required (#383) chore: Add more emojis (#384) fix: Publish all drafts (#391) fix: Make discussion tree buffers no-modifiable (#394) fix: Incorrect warning about commits (#395) fix: Show draft replies in the correct tree (#396) fix: Cannot choose merge requests (#398) --------- Co-authored-by: George Kontridze <george.kontridze@gmail.com> Co-authored-by: Jakub F. Bortlík <jakub.bortlik@proton.me>
This commit is contained in:
committed by
GitHub
parent
38bde8a0e4
commit
341d56a1cb
@@ -20,10 +20,10 @@ M.start = function(callback)
|
||||
debug = state.settings.debug,
|
||||
log_path = state.settings.log_path,
|
||||
connection_settings = state.settings.connection_settings,
|
||||
chosen_target_branch = state.chosen_target_branch,
|
||||
chosen_mr_iid = state.chosen_mr_iid,
|
||||
}
|
||||
|
||||
state.chosen_target_branch = nil -- Do not let this interfere with subsequent reviewer.open() calls
|
||||
state.chosen_mr_iid = 0 -- Do not let this interfere with subsequent reviewer.open() calls
|
||||
|
||||
local settings = vim.json.encode(go_server_settings)
|
||||
local command = string.format("%s '%s'", state.settings.bin, settings)
|
||||
@@ -100,6 +100,7 @@ M.build = function(override)
|
||||
u.notify("Could not install gitlab.nvim!", vim.log.levels.ERROR)
|
||||
return false
|
||||
end
|
||||
u.notify("Gitlab.nvim installed successfully!", vim.log.levels.INFO)
|
||||
return true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user