diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2017-11-28 21:19:33 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-11-29 03:19:33 +0100 |
commit | 2d732a11b1ef12b3a3458f45f2f170954ad3bdc6 (patch) | |
tree | ca204a970091411c4c517414f1851c7ff88768b9 /scripts/gen_api_vimdoc.py | |
parent | 27a4fc436f281debf17812ff0f975f7a1a6f43d3 (diff) | |
download | rneovim-2d732a11b1ef12b3a3458f45f2f170954ad3bdc6.tar.gz rneovim-2d732a11b1ef12b3a3458f45f2f170954ad3bdc6.tar.bz2 rneovim-2d732a11b1ef12b3a3458f45f2f170954ad3bdc6.zip |
provider: fix batchfile extension for ruby gem (#7651)
ruby uses batchfiles with 'cmd' extension.
gem creates batchfiles with 'bat' extension.
`gem install rails` does the following in Windows (not Cygwin):
1. Run `gem.cmd install rails` on cmd.exe
2. gem.cmd runs `ruby.exe -x gem install rails`
3. `rails` gem is installed.
`rails.bat` is created in the same directory
where ruby.exe and gem.cmd reside.
Diffstat (limited to 'scripts/gen_api_vimdoc.py')
0 files changed, 0 insertions, 0 deletions