diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-02-20 02:56:51 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-02-20 02:56:51 +0100 |
commit | 5c67cdda35e53e465b05c5ff26d21205bed48e4e (patch) | |
tree | 6ed19ad7ef16a25261c13753d6a17c53a7347ac0 | |
parent | 29339f12e6ff632fa611947f6c83324a56048bda (diff) |
setwidth is no longer available
Also, it is not needed when using neovim
-rw-r--r-- | Rprofile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ local({ if (interactive()) { library(colorout) - library(setwidth) # Load vimcom only if R was started by vim if(Sys.getenv("VIMRPLUGIN_TMPDIR") != "") { options(vimcom.verbose = 1) |