Releases: EvanQuan/vim-executioner
Releases · EvanQuan/vim-executioner
v1.4.0
Features
Add ability to execute files with Vim commands
v1.3.1
Fixes
Check if g:executioner#full_name and g:executioner#base_name are not equal to
1 to set them to default values
Defaults use defined g:executioner#full_name and g:executioner#base_name values
v1.3.0
Features
Add input and output redirection support
Add :ExecutionerHorizontalBuffer and :ExecutionerVerticalBuffer
Add java to defaults
v1.2.4
Fixes
Fix horizontal and vertical buffers without terminal window support not
working as intended.
v1.2.3
Fixes
Remove debug mapping
v1.2.2
Fixes
Fix file names in g:executioner#names not being detected correctly if
executed in another directory.
v1.2.1
Fixes
Command dictionaries are still created even if load_defaults is disabled
in case the user does not define them.
v1.2.0
Features
Defaults can be individually overridden instead of forcing the user
to define the whole dictionary.
Defaults can be disabled from loading with g:executioner#load_defaults
v1.1.2
Fixes
Update defaults
.py executes python
.py2 executes python2
v1.1.1
Bug fixes
Does not horizontally/vertically split if there are multiple commands to
be executed (i.e. there are commands separated by semicolons). This is
due to how Vim's :terminal arguments work.