From cc36ca5b7ce9573908a4f3bbdacfc60dabdca819 Mon Sep 17 00:00:00 2001 From: Philip Kirkbride Date: Thu, 30 Mar 2017 08:55:59 -0400 Subject: [PATCH] Comment other reference to L9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8602e94..b575926 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Plugin 'rstacruz/sparkup', {'rtp': 'vim/'} " Install L9 and avoid a Naming conflict if you've already installed a " different version somewhere else. - Plugin 'ascenator/L9', {'name': 'newL9'} + " Plugin 'ascenator/L9', {'name': 'newL9'} " All of your Plugins must be added before the following line call vundle#end() " required