neovim/runtime
Enan Ajmain bb9c5c3f60 fix: make_filter_cmd for :! powershell
Problem:
`Start-Process` requires the command to be split into the shell
command and its arguments. Previously it was done by parsing, which
didn't handle cases such as
  - commands with escaped space in their filepath
  - quoted commands with space in their filepath

Solution:
Use
  - `pwsh -Command` instead of `Start-Process`
  - `Get-Content` instead of `-RedirectStandardInput`
  - `Out-File` instead of `-RedirectStandardOutput`

(cherry picked from commit b4d42bb905)
2022-10-03 20:20:35 +00:00
..
autoload feat(Man): port to Lua (#19912) 2022-09-02 15:20:29 +01:00
colors vim-patch:9712ff1288f9 (#20240) 2022-09-18 15:20:20 +02:00
compiler vim-patch:9fbdbb814f4a (#20376) 2022-09-28 12:48:36 +02:00
doc fix: make_filter_cmd for :! powershell 2022-10-03 20:20:35 +00:00
ftplugin vim-patch:9fbdbb814f4a (#20376) 2022-09-28 12:48:36 +02:00
indent vim-patch:9fbdbb814f4a (#20376) 2022-09-28 12:48:36 +02:00
keymap
lua docs: fix typos (#20394) 2022-09-30 09:53:52 +02:00
macros
pack/dist/opt feat(mapset): support restoring Lua callback (#20024) 2022-09-01 06:19:49 +08:00
plugin feat(Man): port to Lua (#19912) 2022-09-02 15:20:29 +01:00
print
queries build(deps): bump help parser and queries (#20388) 2022-09-28 16:29:35 +02:00
spell feat(runtime): import cleanadd.vim from Vim (#17699) 2022-03-13 04:52:45 +00:00
syntax vim-patch:9fbdbb814f4a (#20376) 2022-09-28 12:48:36 +02:00
tools vim-patch:e80086446cc2 (#19848) 2022-08-20 10:04:55 +02:00
tutor
bugreport.vim
CMakeLists.txt feat(treesitter): bundle Lua parser and queries 2022-09-06 07:57:46 +02:00
delmenu.vim vim-patch:9.0.0141: "delmenu" does not remove autocmmands (#19646) 2022-08-05 12:23:41 +02:00
filetype.lua fix(filetype): use :setf instead of nvim_buf_set_option (#20334) 2022-09-25 16:29:25 +02:00
filetype.vim vim-patch:9fbdbb814f4a (#20376) 2022-09-28 12:48:36 +02:00
ftoff.vim
ftplugin.vim
ftplugof.vim
indent.vim
indoff.vim
macmap.vim
makemenu.vim
menu.vim vim-patch:8.2.0478: new buffers are not added to the Buffers menu 2022-08-05 07:56:56 +08:00
mswin.vim
nvim.appdata.xml NVIM v0.8.0 2022-09-30 17:15:13 +02:00
nvim.desktop build(nvim.desktop): central Kurdish translation #17065 2022-05-13 11:58:22 -07:00
nvim.png
optwin.vim vim-patch:9712ff1288f9 (#20240) 2022-09-18 15:20:20 +02:00
scripts.vim feat(runtime)!: enable filetype.lua by default (#19216) 2022-07-07 18:53:47 +02:00
synmenu.vim vim-patch:b529cfbd04c0 (#19501) 2022-07-26 11:26:23 +02:00