Releases: EvanQuan/vim-executioner
Releases · EvanQuan/vim-executioner
v1.1.0
Features
Add more languages to defaults:
- MATLAB (.m)
- OCaml (.ml)
- Ruby (.rb)
- Rust (.rs)
- Swift (.swift)
v1.0.0
Features
Complete implementation of full and base name symbol subtitution.
Rename g:executioner#current_file to g:executioner#full_name.
Add g:executioner#base_name to ease more complicated commands.
Both symbols are defined only if they are not already defined in vimrc.
Improve c and cpp default commands to output file based on file name.
Add r to default as R file.
Non-backwards compatible changes
Change executioner#extensions to account for substitution feature
Code
Add test.* and Test.* files to .gitignore
v0.5.1
Bug fix
Remove s:executioner#current_name, which causes an error on load.
v0.5.0
Features
Add g:executioner#current_file flag to allow current file to be ran with
command line arguments, and ease compilable commands.
Add c, cpp, php, perl and prolog default commands.
v0.4.0
Features
Files can be executed with command line arguments.
v0.3.0
Features
Use terminal if available to allow for user input for horizontal and vertical split.
Name has higher priority over file extension in determine execute command.
ghci is added as default for .hs files (Haskell).
v0.2.0
Features
Renamed executable config dictionaries.
v0.1.0
Initial release
Features
File extension detection is naively detected. Execution works well.