From 138b96baea02629ea007398d6d196c6f8d4a6c25 Mon Sep 17 00:00:00 2001 From: Brian Di Palma <1597820+briandipalma@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:59:53 +0100 Subject: [PATCH] Update gitlab.nvim.txt (#259) fix docs --- doc/gitlab.nvim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/gitlab.nvim.txt b/doc/gitlab.nvim.txt index 40ac2db..d766f0f 100644 --- a/doc/gitlab.nvim.txt +++ b/doc/gitlab.nvim.txt @@ -301,7 +301,7 @@ get back to your work on the comment. For occasions like this, you can set `settings.popup.temp_registers` to a list of writable registers (see |registers|) to which the contents of the popup window will be saved just before quitting. -A possible setting is, e.g., `settings.popup.backup_register = {'"', "+", "g"}` +A possible setting is, e.g., `settings.popup.temp_registers = {'"', "+", "g"}` which saves to the so called unnamed register (see |quotequote|), the system clipboard register (see |quoteplus|), as well as to the "g" register. This lets you easily paste the text back in with |p| or |P| (from the unnamed register),