feat(defaults): shelltemp=false #33012

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
This commit is contained in:
Alexej Kowalew
2025-04-12 17:24:42 +02:00
committed by GitHub
parent c8fbb0d2ee
commit d77d961b35
11 changed files with 140 additions and 64 deletions

View File

@@ -7621,7 +7621,7 @@ local options = {
},
{
abbreviation = 'stmp',
defaults = true,
defaults = false,
desc = [=[
When on, use temp files for shell commands. When off use a pipe.
When using a pipe is not possible temp files are used anyway.