From 45f8497106cfada657c7d7af73707acb8cbed13c Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 4 Apr 2023 20:53:28 +0000 Subject: [PATCH] [docgen] Update docs skip-checks: true --- README.md | 1 + doc/oil.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index b575159..89c6e9d 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ require("oil").setup({ min_height = { 5, 0.1 }, height = nil, border = "rounded", + minimized_border = "none", win_options = { winblend = 0, }, diff --git a/doc/oil.txt b/doc/oil.txt index 53cb083..eaf8d25 100644 --- a/doc/oil.txt +++ b/doc/oil.txt @@ -121,6 +121,7 @@ OPTIONS *oil-option min_height = { 5, 0.1 }, height = nil, border = "rounded", + minimized_border = "none", win_options = { winblend = 0, },