From 3fc531de05df5b4d14e31ae60315e8601f166a12 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sun, 7 May 2017 10:27:23 +0800 Subject: [PATCH 1/2] Add "Table of Contents" of README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 54ec1516..d2348222 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ ## [Help Maintain Vundle](https://github.com/VundleVim/Vundle.vim/issues/383) +## Table of Contents + +- [About](#about) +- [Quick Start](#quick-start) +- [Docs](#docs) +- [Changelog](#changelog) +- [People Using Vundle](#people-using-vundle) +- [Contributors](#contributors) +- [Inspiration & Ideas](#inspiration--ideas) +- [Also](#also) +- [TODO:](#todo) + ## About [Vundle] is short for _Vim bundle_ and is a [Vim] plugin manager. From 2e85577e9f62d39e4428d79a1d65b8f5ca3395ec Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Thu, 8 Jun 2017 16:07:37 +0800 Subject: [PATCH 2/2] Remove colon from "todo" ni readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2348222..d5036118 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ - [Contributors](#contributors) - [Inspiration & Ideas](#inspiration--ideas) - [Also](#also) -- [TODO:](#todo) +- [TODO](#todo) ## About @@ -139,7 +139,7 @@ see [Vundle contributors](https://github.com/VundleVim/Vundle.vim/graphs/contrib * Vundle was developed and tested with [Vim] 7.3 on OS X, Linux and Windows * Vundle tries to be as [KISS](http://en.wikipedia.org/wiki/KISS_principle) as possible -## TODO: +## TODO [Vundle] is a work in progress, so any ideas and patches are appreciated. * [x] activate newly added bundles on `.vimrc` reload or after `:PluginInstall`