summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-02-20 02:56:51 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2018-02-20 02:56:51 +0100
commit5c67cdda35e53e465b05c5ff26d21205bed48e4e (patch)
tree6ed19ad7ef16a25261c13753d6a17c53a7347ac0
parent29339f12e6ff632fa611947f6c83324a56048bda (diff)
setwidth is no longer available
Also, it is not needed when using neovim
-rw-r--r--Rprofile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rprofile b/Rprofile
index da960fb..31c0fcb 100644
--- a/Rprofile
+++ b/Rprofile
@@ -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)

Contact - Imprint