Skip to content

Commit 8c26490

Browse files
committed
update vim8 async part of readme
1 parent 833e2f3 commit 8c26490

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This Vim plugin is built on top of the great tool [CodeQuery](https://github.com
4040

4141
<br>
4242

43-
## Demo
43+
## Demo
4444

4545
`Choose a query from menu ➙ Get results`
4646

@@ -52,30 +52,32 @@ This Vim plugin is built on top of the great tool [CodeQuery](https://github.com
5252

5353
[more demo and screenshots](https://github.com/devjoe/vim-codequery/wiki/Screenshots-and-Demo)
5454

55+
> These videos are quite old.
56+
> Now vim-codequery works better than what you see. (by supporting Vim8's async feature)
5557
<br>
5658
5759
## Schedule
5860

5961
> **This project is almost ready to be released.**
6062
>
6163
> Main TODO:
62-
> * Use Vim8's new features to enhance usability.
64+
> * ~~Use Vim8's new features to enhance usability.~~
6365
> * ~~Do lazy-loading.~~
6466
> * Test it.
6567
> * Doc it.
6668
>
6769
> Completeness: 92%
6870
> Current Version: v0.8
6971
>
70-
> It is Ok to try it! 👌
72+
> Welcome to try it! 👌
7173
7274
<br>
7375

7476
## Installation
7577

7678
#### 1. Make sure these commands are in your system
7779
<pre>
78-
echo mkdir mv cut find awk stat git(optional)
80+
/bin/sh echo mkdir mv cut find awk stat git(optional)
7981
</pre>
8082

8183
#### 2. Install CodeQuery

0 commit comments

Comments
 (0)