mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 19:25:11 -07:00
2d732a11b1
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. |
||
---|---|---|
.. | ||
clipboard.vim | ||
node.vim | ||
python3.vim | ||
python.vim | ||
pythonx.vim | ||
ruby.vim | ||
script_host.rb |