Every commands doesn't works if home have space in the path
- Dominant language
- Vim Script
- Stars
- 10.3k
- Forks
- 608
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 2
Description
- Category
- [ ] Question
- [x] Bug
- [ ] Suggestion
- OS
- [ ] Linux
- [ ] macOS
- [x] Windows
- [ ] Etc.
- Vim
- [x] Vim
- [ ] Neovim
Every commands doesn't work, open the windows and close immediately, seems doesn't recognize the command.
Instead, if I type `:History` for example, I have this output

Fzf is in my `%PATH%` and also if I type `:!fzf` vim execute it
PS: I don't set any particular shell
In my `_vimrc` I have
~~~
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'
~~~
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.