From fbbb2a98721da86f46b06994fd3b4833b04c6e9b Mon Sep 17 00:00:00 2001 From: Daniel Kongsgaard Date: Mon, 12 Jan 2026 20:26:43 +0100 Subject: [PATCH] doc: fix s3 column descriptions (#715) --- doc/oil.txt | 4 ++-- scripts/generate.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/oil.txt b/doc/oil.txt index a909740..33ae00a 100644 --- a/doc/oil.txt +++ b/doc/oil.txt @@ -430,7 +430,7 @@ icon *column-ico the icon size *column-size* - Adapters: files, ssh + Adapters: files, ssh, s3 Sortable: this column can be used in view_props.sort The size of the file @@ -478,7 +478,7 @@ atime *column-atim {format} `string` Format string (see :help strftime) birthtime *column-birthtime* - Adapters: files + Adapters: files, s3 Sortable: this column can be used in view_props.sort The time the file was created diff --git a/scripts/generate.py b/scripts/generate.py index fac256d..6e347fd 100755 --- a/scripts/generate.py +++ b/scripts/generate.py @@ -151,7 +151,7 @@ COL_DEFS = [ ), ], ), - ColumnDef("size", "files, ssh", False, True, "The size of the file", HL + []), + ColumnDef("size", "files, ssh, s3", False, True, "The size of the file", HL + []), ColumnDef( "permissions", "files, ssh", @@ -171,7 +171,7 @@ COL_DEFS = [ ), ColumnDef( "birthtime", - "files", + "files, s3", False, True, "The time the file was created",