From a1f2a697a56d1e5c2d63052e9edc3e52025437e7 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 15 Sep 2013 19:49:26 +0900 Subject: [PATCH] Update README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bc4747..7d0ad8e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Features ### _"I already have a similar one. Should I switch?"_ -Maybe. See [related work](https://github.com/junegunn/vim-easy-align#related-work) section. +Maybe or maybe not. See [related work](https://github.com/junegunn/vim-easy-align#related-work) section. Installation ------------ @@ -669,6 +669,13 @@ var jdbc = { `g:AlignSkip` function reference which should point to a custom function that looks up the syntax group of a character on a certain position) +### "Okay. So should I switch?" + +Maybe, but I can't really say. I have no ambition to make vim-easy-align +superior at every use case. For some cases, vim-easy-align works better than the +others, but for some other cases, Tabular or Align.vim might be a better choice. +So try it yourself and see if it works for you! + Author ------