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

@@ -5716,7 +5716,7 @@ vim.go.ssl = vim.go.shellslash
--- `system()` does not respect this option, it always uses pipes.
---
--- @type boolean
vim.o.shelltemp = true
vim.o.shelltemp = false
vim.o.stmp = vim.o.shelltemp
vim.go.shelltemp = vim.o.shelltemp
vim.go.stmp = vim.go.shelltemp