From 43d2678fa59d068c815d8298331c195e850ff5a7 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 2 Jul 2018 15:03:55 -0400 Subject: [PATCH] Remove outdated plugin references --- README.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.markdown b/README.markdown index 2491701..f8b4469 100644 --- a/README.markdown +++ b/README.markdown @@ -10,9 +10,7 @@ The following plugins support repeat.vim: * [surround.vim](https://github.com/tpope/vim-surround) * [speeddating.vim](https://github.com/tpope/vim-speeddating) -* [abolish.vim](https://github.com/tpope/vim-abolish) * [unimpaired.vim](https://github.com/tpope/vim-unimpaired) -* [commentary.vim](https://github.com/tpope/vim-commentary) * [vim-easyclip](https://github.com/svermeulen/vim-easyclip) Adding support to a plugin is generally as simple as the following