forked from junegunn/vim-plug
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close junegunn#635 Close junegunn#668 Close junegunn#539 Use a temporary batchfile for :!, system(), and jobs and run it in cmd.exe. This bypasses Vim/Neovim issues in Windows and reduces the need to set more options. Also, s:shellesc_cmd works in a batchfile only. Set shellredir for system() in Windows $SHELL sets the default value of 'shell' (see :h 'shell'). This affects shellredir but cmd.exe requires '>%s 2>&1'.
- Loading branch information
Showing
1 changed file
with
59 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters