Home
last modified time | relevance | path

Searched refs:powershell (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/runtime/compiler/
H A Dpowershell.vim2 " Compiler: powershell
9 let current_compiler = "powershell"
24 elseif executable('powershell.exe')
25 let g:ps1_makeprg_cmd = 'powershell.exe'
32 …echoerr "To use the powershell compiler, please set g:ps1_makeprg_cmd to the powershell executable…
38 " Use absolute path because powershell requires explicit relative paths
/vim-8.2.3635/src/testdir/
H A Dtest_shell.vim28 \ ['powershell.exe', '-Command', '2>&1 | Out-File -Encoding default',
30 \ ['powershell', '-Command', '2>&1 | Out-File -Encoding default', '',
66 elseif e[0] =~# '.*powershell$' || e[0] =~# '.*powershell.exe$'
164 \ ['powershell', '-Command', '\\', '/'],
/vim-8.2.3635/runtime/doc/
H A Dft_ps1.txt40 The powershell `:compiler` script configures |:make| to execute the script in
44 `powershell` otherwise, but you can customize the command: >
H A Dos_dos.txt20 10. PowerShell |dos-powershell|
307 10. PowerShell *dos-powershell* *dos-pwsh*
315 If 'shell' includes "powershell" in the filename at startup then VIM sets
H A Dos_win32.txt34 PowerShell defaults |dos-powershell|
H A Doptions.txt6665 Win32, when 'shell' contains "powershell":
6670 "bash.exe -c ls", "powershell.exe -Command dir", or "cmd.exe /c dir".
6676 Also see |dos-shell| and |dos-powershell| for MS-Windows.
6693 For the Amiga the default is ">". For MS-Windows using powershell the
6749 and "powershell" is checked for which makes the default
6750 "2>&1 | Out-File -Encoding default" (see |dos-powershell|). Also, the
6767 powershell.exe. Backward slashes can still be typed, but they are
6823 powershell.exe: "\""
6836 useful for on Win32 version, either for cmd.exe, powershell.exe, or
H A Dtags6227 dos-powershell os_dos.txt /*dos-powershell*
H A Deval.txt10311 When the 'shell' contains powershell (MS-Windows) or pwsh
11498 'shell' does not contain powershell or pwsh.
/vim-8.2.3635/runtime/ftplugin/
H A Dps1.vim38 elseif executable('powershell.exe') | let s:pwsh_cmd = 'powershell.exe'
/vim-8.2.3635/src/
H A Dstrings.c159 int powershell; in vim_strsave_shellescape() local
176 powershell = strstr((char *)shname, "pwsh") != NULL; in vim_strsave_shellescape()
178 powershell = powershell || strstr((char *)shname, "powershell") != NULL; in vim_strsave_shellescape()
180 double_quotes = !powershell && !p_ssl; in vim_strsave_shellescape()
197 if (powershell) in vim_strsave_shellescape()
249 if (powershell) in vim_strsave_shellescape()
/vim-8.2.3635/runtime/indent/
H A Dps1.vim12 " smartindent is good enough for powershell
/vim-8.2.3635/.github/
H A DCODEOWNERS43 runtime/compiler/powershell.vim @heaths
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim785 if executable('powershell')
786 …call system(printf('powershell -Command "add-type -AssemblyName microsoft.VisualBasic;[Microsoft.V…