mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 18:11:47 +00:00
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:
2
runtime/lua/vim/_meta/options.lua
generated
2
runtime/lua/vim/_meta/options.lua
generated
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user