Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 460 Bytes

File metadata and controls

17 lines (12 loc) · 460 Bytes

vim-ref-R

A vim-ref source for R documentation.

Why?

Mostly as an exercise. For general usage vim-R-plugin is probably better (and this uses its rdoc highlighting).

Usage

:Ref R rnorm

Problems

It will not show help for functions from packages that are not loaded when Rscript is run. Doesn't do completions, so no point in using it as a Unite source.