mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user