Click on the package to download.
| vim-r-plugin2-091223.tar.gz |
091223 |
2009-12-23 |
7.0 |
Jakson Aquino |
* Changes in omni completion: now using two tags files, one for .GlobalEnv and other for all other environments. The command :RUpdateObjList must be used to update the list of objects that are not in .Globalenv. Arguments of functions are displayed in a scratch window.
* Syntax highlight for R functions. The command :RUpdateObjList must be used to update the list of functions to be highlighted. |
| vim-r-plugin2-091016.tar.gz |
091016 |
2009-10-16 |
7.0 |
Jakson Aquino |
* The plugin now can run together with screen.vim, thanks to Eric Van Dewoestine, the author of screen.vim, who added script integration to screen.vim.
* Andy Choens has made many improvements on the documentation.
* Added the possibility of custom key binding creation to call any R function with the word under cursor as argument.
* The key bindings related with Sweave are activated even if the file type is not rnoweb.
* Replaced <Leader> with <LocalLeader> in the key bindings.
* Added "Send Paragraph" commands. |
| vim-r-plugin2-091004.tar.gz |
091004 |
2009-10-05 |
7.0 |
Jakson Aquino |
* José Cláudio Faria has began to work in the project as co-author.
* Some ideas from Tinn-R project were ported to the plugin.
* The main menu has new items and the toolbar new icons.
* Documentation improvements. |
| vim-r-plugin2-090828.tar.gz |
090828 |
2009-08-28 |
7.0 |
Jakson Aquino |
* Faster startup.
* Better support for Rnoweb files: the cursor goes to '^<<' if the sent line is '^@$'. |
| vim-r-plugin2-090811.tar.gz |
090811 |
2009-08-12 |
7.0 |
Jakson Aquino |
* Now use screen instead of funnel.pl. The bugs and limitations related with funnel.pl are solved.
* Deleted key binding for R-devel.
* Automatically detect available terminal emulators and choose one of them.
* By default, no longer calls help.start() the first time that <C-H> is pressed. |
| vim-r-plugin2-090810.tar.gz |
090810 |
2009-08-10 |
7.0 |
Jakson Aquino |
* Added R icons for some terminal emulators.
* Removed the script open-gvim-here. You may use Vim's option autochdir.
* Added option g:vimrplugin_term.
* Improved indentation script.
* Changed key binding from <S-Enter>, which doesn't work in any terminal, to <M-Enter>, which at least works in xterm. |
| vim-r-plugin2-090610.tar.gz |
090610 |
2009-06-11 |
7.0 |
Jakson Aquino |
The options expandtab, shiftwidth and tabstop are no longer set by the plugin. Better word detection before calling R's help(). Fixed bug in underscore replacement. Fixed small bug in code indentation. Added scipt rpager.sh. Added two new plugin options: no underscore replacement and fixed name for the pipe file instead of random one. |
| vim-r-plugin2-090523.tar.gz |
090523 |
2009-05-23 |
7.0 |
Jakson Aquino |
* Key bindings now are customizable.
* Default key binding for calling R's args() changed to <S-F1>.
* New R script rargs.R gives better results for generic functions than R's args() called directly. |
| vim-r-plugin2-090519.tar.gz |
090519 |
2009-05-20 |
7.0 |
Jakson Aquino |
* Don't send large blocks of code to R to avoid xterm freezing.
* Automatically call help.start() after <C-H> is pressed for the first time, and wait 4 seconds for the browser start before calling R's help(). These features are customizable.
* Fixed tags file script. |
| vim-r-plugin2-090516.tar.gz |
090516 |
2009-05-16 |
7.0 |
Jakson Aquino |
* Added documentation.
* Added ability to send function to R, revert the automatic convertion of "_" into "<-" and call R's help().
* Added archive with some files to ease desktop integration, if desired.
|
| vim-r-plugin2-090507.tar.gz |
090507 |
2009-05-08 |
7.2 |
Jakson Aquino |
Initial upload |