Skip to content

Commit 8735d18

Browse files
author
Github Actions
committed
[docgen] Update docs
skip-checks: true
1 parent bbeed86 commit 8735d18

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ require("oil").setup({
273273
update_on_cursor_moved = true,
274274
-- Maximum file size in megabytes to preview
275275
max_file_size_mb = 100,
276+
-- Window-local options to use for preview window buffers
277+
win_options = {},
276278
},
277279
-- Configuration for the floating action confirmation window
278280
confirmation = {

doc/oil.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ CONFIG *oil-confi
158158
update_on_cursor_moved = true,
159159
-- Maximum file size in megabytes to preview
160160
max_file_size_mb = 100,
161+
-- Window-local options to use for preview window buffers
162+
win_options = {},
161163
},
162164
-- Configuration for the floating action confirmation window
163165
confirmation = {

0 commit comments

Comments
 (0)