From be962cf373eb0bbc088a9e03150d67eed360be45 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sat, 28 Jan 2023 23:39:46 +0000 Subject: [PATCH] [docgen] Update docs skip-checks: true --- doc/oil.txt | 3 +++ doc/tags | 1 + 2 files changed, 4 insertions(+) diff --git a/doc/oil.txt b/doc/oil.txt index bf97cac..deec7f4 100644 --- a/doc/oil.txt +++ b/doc/oil.txt @@ -239,6 +239,9 @@ cd *actions.c close *actions.close* Close oil and restore original buffer +copy_entry_path *actions.copy_entry_path* + Copy the filepath of the entry under the cursor to the + register + open_cmdline *actions.open_cmdline* Open vim cmdline with current entry as an argument diff --git a/doc/tags b/doc/tags index b92023b..b3e4be8 100644 --- a/doc/tags +++ b/doc/tags @@ -1,6 +1,7 @@ Oil oil.txt /*Oil* actions.cd oil.txt /*actions.cd* actions.close oil.txt /*actions.close* +actions.copy_entry_path oil.txt /*actions.copy_entry_path* actions.open_cmdline oil.txt /*actions.open_cmdline* actions.open_cmdline_dir oil.txt /*actions.open_cmdline_dir* actions.open_cwd oil.txt /*actions.open_cwd*