summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/testnvim.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2025-11-18 22:43:14 -0500
committerJustin M. Keyes <justinkz@gmail.com>2025-11-22 19:32:45 -0500
commitbf820b1b94d843d2797f26ae69b91a852a1817f0 (patch)
tree8b04720d2ade4a5a3ac8841a25e8925d96362b1f /test/functional/testnvim.lua
parent83d22e0979fcc734326196975899f8eb3674c809 (diff)
docs: misc, build, lsp
Diffstat (limited to 'test/functional/testnvim.lua')
-rw-r--r--test/functional/testnvim.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/testnvim.lua b/test/functional/testnvim.lua
index 58a76d8d06..5cc982886c 100644
--- a/test/functional/testnvim.lua
+++ b/test/functional/testnvim.lua
@@ -681,8 +681,7 @@ end
--- Sets Nvim shell to powershell.
---
---- @param fake (boolean) If true, a fake will be used if powershell is not
---- found on the system.
+--- @param fake boolean? Use a fake if powershell is not found on the system.
--- @returns true if powershell was found on the system, else false.
function M.set_shell_powershell(fake)
local found = M.has_powershell()