From e2c8f92ffbf6b4e320f21d2cdbbed68243ee44c6 Mon Sep 17 00:00:00 2001 From: One234Fi <54912519+One234Fi@users.noreply.github.com> Date: Fri, 17 Nov 2023 16:24:21 -0600 Subject: [PATCH 1/2] Update README.md Add missing comma after `goto_and_close = ""` in the default config's keymaps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c57e95..26aec0f 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ Pass a table to the setup call with your configuration options. -- Jump to symbol under cursor but keep focus on outline window. peek_location = "o", -- Visit location in code and close outline immediately - goto_and_close = "" + goto_and_close = "", -- Change cursor position of outline window to match current location in code. -- "Opposite" of goto/peek_location. restore_location = "", From 4812bc286d38c34748467d62aceaa910ff4b2489 Mon Sep 17 00:00:00 2001 From: hedyhli Date: Fri, 17 Nov 2023 23:40:43 +0000 Subject: [PATCH 2/2] Auto generate vim docs --- doc/outline.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/outline.txt b/doc/outline.txt index b618ede..e2d927f 100644 --- a/doc/outline.txt +++ b/doc/outline.txt @@ -1,4 +1,4 @@ -*outline.txt* For NVIM v0.7.0 Last change: 2023 November 16 +*outline.txt* For NVIM v0.7.0 Last change: 2023 November 17 ============================================================================== Table of Contents *outline-table-of-contents* @@ -243,7 +243,7 @@ Show defaults ~ -- Jump to symbol under cursor but keep focus on outline window. peek_location = "o", -- Visit location in code and close outline immediately - goto_and_close = "" + goto_and_close = "", -- Change cursor position of outline window to match current location in code. -- "Opposite" of goto/peek_location. restore_location = "",