Searched refs:powershell (Results 1 – 13 of 13) sorted by relevance
| /vim-8.2.3635/runtime/compiler/ |
| H A D | powershell.vim | 2 " 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 D | test_shell.vim | 28 \ ['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 D | ft_ps1.txt | 40 The powershell `:compiler` script configures |:make| to execute the script in 44 `powershell` otherwise, but you can customize the command: >
|
| H A D | os_dos.txt | 20 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 D | os_win32.txt | 34 PowerShell defaults |dos-powershell|
|
| H A D | options.txt | 6665 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 D | tags | 6227 dos-powershell os_dos.txt /*dos-powershell*
|
| H A D | eval.txt | 10311 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 D | ps1.vim | 38 elseif executable('powershell.exe') | let s:pwsh_cmd = 'powershell.exe'
|
| /vim-8.2.3635/src/ |
| H A D | strings.c | 159 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 D | ps1.vim | 12 " smartindent is good enough for powershell
|
| /vim-8.2.3635/.github/ |
| H A D | CODEOWNERS | 43 runtime/compiler/powershell.vim @heaths
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 785 if executable('powershell') 786 …call system(printf('powershell -Command "add-type -AssemblyName microsoft.VisualBasic;[Microsoft.V…
|