From 308fe70d6c50f25963cef5c9fb3acb9a998c05a3 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 12 Sep 2023 00:46:12 +0000 Subject: [PATCH] [docgen] Update docs skip-checks: true --- README.md | 2 +- doc/oil.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc99bace..eee98891 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ require("oil").setup({ spell = false, list = false, conceallevel = 3, - concealcursor = "n", + concealcursor = "nvic", }, -- Restore window options to previous values when leaving an oil buffer restore_win_options = true, diff --git a/doc/oil.txt b/doc/oil.txt index 402deb34..3334f6f1 100644 --- a/doc/oil.txt +++ b/doc/oil.txt @@ -39,7 +39,7 @@ OPTIONS *oil-option spell = false, list = false, conceallevel = 3, - concealcursor = "n", + concealcursor = "nvic", }, -- Restore window options to previous values when leaving an oil buffer restore_win_options = true,