From e9fb0914dba5bdfe2feaa364dda2e9495c5620a2 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 13 Dec 2018 15:00:59 -0500 Subject: [PATCH] Soften deprecation warning to dampen chicken little reaction --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index b1870a95..8dc6a87a 100644 --- a/README.markdown +++ b/README.markdown @@ -4,8 +4,8 @@ Manage your `'runtimepath'` with ease. In practical terms, pathogen.vim makes it super easy to install plugins and runtime files in their own private directories. -**This plugin is softly deprecated in favor of Vim's built-in package -management.** `:help packages` +**For new users, I recommend using Vim's built-in package management +instead.** `:help packages` ## Installation