@@ -158,7 +158,6 @@ you call this function with no values the defaults will be used:
158158 pipeline = nil,
159159 reply = nil,
160160 squash_message = nil,
161- backup_register = nil,
162161 },
163162 discussion_tree = { -- The discussion tree that holds all comments
164163 auto_open = true, -- Automatically open when the reviewer is opened
@@ -304,22 +303,6 @@ code block with prefilled code from the visual selection.
304303Just like the summary, all the different kinds of comments are saved via the
305304`settings.popup .perform_action` keybinding.
306305
307- BACKUP REGISTER *gitlab.nvim.backup-register*
308-
309- Sometimes, the action triggered by `settings.popup .perform_action` can fail.
310- To prevent losing your carefully crafted note/comment/suggestion you can set
311- `settings.popup .backup_register` to a writable register (see | registers | ) to
312- which the contents of the popup window will be saved just before the action is
313- performed. A practical setting is `settings.popup.backup_register = "+"` which
314- saves to the system clipboard (see | quoteplus | ). This lets you easily apply
315- the action on Gitlab in a browser, if it keeps failing in `gitlab.nvim` .
316-
317- If you experience such problems, please first read the
318- | gitlab.nvim.troubleshooting | section. If it does not help, see if there are
319- any relevant known <https://github.com/harrisoncramer/gitlab.nvim/issues >. If
320- there are none, please open one and provide any error messages that
321- `gitlab.nvim` may be showing.
322-
323306DISCUSSIONS AND NOTES *gitlab.nvim.discussions-and-notes*
324307
325308Gitlab groups threads of comments together into "discussions."
0 commit comments