Click on the package to download.
        | vim-quickrun-0.6.0.zip | 0.6.0 | 2012-06-23 | 7.2 | thinca | - Changed the constitution of module system. - quickrun#xxx_module() => quickrun#module#xxx()
 - Changed the arguments of quickrun#module#register().
 - Added quickrun#module#unregister().
 - Added quickrun#module#exists().
 - Added hook module.
 - Some options were moved to hook and removed.
 - output_encode
 - shebang
 - eval
 - Some options were added to some modules.
 - runner/vimproc
 - sleep
 - outputter/buffer
 - name
 - filetype
 - Added runner/vimscript.
 - The specification which executes the command of Vim was deleted.
 
 | 
        | vim-quickrun-0.5.1.zip | 0.5.1 | 2011-10-21 | 7.2 | thinca | - Added "srcfile" option. - Added quickrun#get_module().
 - Module was made unregisterable.
 - Improved the expanding of "exec".
 | 
        | vim-quickrun-0.5.0.zip | 0.5.0 | 2011-07-26 | 7.2 | thinca | - Implemented the module system. - Some options are not compatible.
 - See :help quickrun-module more details.
 - Moved QuickRun() into quickrun#operator().
 - Other many changes.
 | 
        | vim-quickrun-0.4.7.zip | 0.4.7 | 2011-05-23 | 7.2 | thinca | - Added and improved the default values. | 
        | vim-quickrun-0.4.5.zip | 0.4.5 | 2011-02-08 | 7.2 | thinca | - Improved the default value for go language. - Improved the default value for javascript.
 - Do not escape %c symbol if shebang line was used.
 - Fixed the "shebang" option always worked.
 | 
        | vim-quickrun-0.4.4.zip | 0.4.4 | 2011-01-11 | 7.2 | thinca | - Always expand "input" option. - Fixed a bug when "runmode" option is "async:python".
 - Improved behavior in MS Windows.
 - Changed "%c" into symbol that specifies file.
 | 
        | vim-quickrun-0.4.3.zip | 0.4.3 | 2010-12-14 | 7.2 | thinca | - Added the default config for erlang. - Added "cmdopt" option.
 - Expand "args" option.
 - Improved the command line completion.
 - ":to" of output_encode is omissible.
 - Fixed a bug of infinity loop.
 | 
        | vim-quickrun-0.4.2.zip | 0.4.2 | 2010-10-20 | 7.2 | thinca | - Added "_" to the default type name. - Added perl6 support as default.
 - Expand |quickrun-option-output|.
 - Fixed a bug that "split" option doesn't work in twice or later.
 - Changed g:quickrun_default_config to g:quickrun#default_config.
 - Added the following values to |quickrun-option-runmode|.
 - "async:vimproc"
 - "async:python"
 - These are experimental.
 - Check hasmapto() before <Leader>r is defined.
 - Improve the reading and writing of a file.
 | 
        | vim-quickrun-0.4.1.zip | 0.4.1 | 2010-07-11 | 7.2 | thinca | Initial upload |