From 5c67cdda35e53e465b05c5ff26d21205bed48e4e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 20 Feb 2018 02:56:51 +0100 Subject: setwidth is no longer available Also, it is not needed when using neovim --- Rprofile | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.1