mirror of
https://github.com/neovim/neovim.git
synced 2026-05-22 04:44:28 +00:00
In Windows [/] should be escaped [\/]:
autocmd CmdlineChanged [:\/\?] call wildtrigger()
This updated example works both in Linux and Windows.
closes: vim/vim#18262
5a9ef93b2c
Co-authored-by: Maxim Kim <habamax@gmail.com>