From c2809e6e0ebe948ab1cc51188c337188e1b62cdd Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Tue, 28 Feb 2023 16:33:25 -0800 Subject: [PATCH] Add more similar plugins to the README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8a50f7..eb47c6e 100644 --- a/README.md +++ b/README.md @@ -96,4 +96,7 @@ Using better diff algorithm # Similar -https://gist.github.com/Osse/4709787 +* https://gist.github.com/Osse/4709787 is very similar, written as a `zsh` script. +* https://github.com/will133/vim-dirdiff is a Vim plugin that uses an interactive list of files instead of tabs. +* https://github.com/Soares/tabdiff.vim is a Vim plugin takes a list of files as aguments. +