From a8d40aecb799196303ff3521c0e31c87bba57198 Mon Sep 17 00:00:00 2001 From: hedyhli Date: Mon, 22 Jan 2024 00:02:16 +0000 Subject: [PATCH] chore(vimdoc): Auto update --- doc/outline.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/outline.txt b/doc/outline.txt index d55504b..18c416a 100644 --- a/doc/outline.txt +++ b/doc/outline.txt @@ -1,4 +1,4 @@ -*outline.txt* For NVIM v0.7.0 Last change: 2023 December 27 +*outline.txt* For NVIM v0.7.0 Last change: 2024 January 22 ============================================================================== Table of Contents *outline-table-of-contents* @@ -263,7 +263,7 @@ Show defaults ~ -- winhl options for the preview window, see ':h winhl' winhl = 'NormalFloat:', -- Pseudo-transparency of the preview window, see ':h winblend' - winblend = 0 + winblend = 0, -- Experimental feature that let's you edit the source content live -- in the preview window. Like VS Code's "peek editor". live = false