From ae8f474545f633539272e70628e7f1607ca2ef19 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 4 Jan 2023 07:09:55 +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 c386436..83da9a6 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ require("oil").setup({ [""] = "actions.select_split", [""] = "actions.preview", [""] = "actions.close", + [""] = "actions.refresh", ["-"] = "actions.parent", ["_"] = "actions.open_cwd", ["`"] = "actions.cd", diff --git a/doc/oil.txt b/doc/oil.txt index ab6f145..9d21bc0 100644 --- a/doc/oil.txt +++ b/doc/oil.txt @@ -48,6 +48,7 @@ OPTIONS *oil-option [""] = "actions.select_split", [""] = "actions.preview", [""] = "actions.close", + [""] = "actions.refresh", ["-"] = "actions.parent", ["_"] = "actions.open_cwd", ["`"] = "actions.cd",