
Why the output value of a command is not written to a variable?

Why the output value of a command is not written to a variable?
Maybe the cause is the :local scope of the variable. Try to wrap it up with {} or use :global for CLI testing


it doesn’t help ![]()