File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ <h3>Better out-of-the-box</h3>
32
32
33
33
< h3 > First-class embedding</ h3 >
34
34
< p > GUIs (or TUIs—such as < a href ="https://en.wikipedia.org/wiki/GNU_Readline "> readline</ a > )
35
- can < code > nvim --embed</ code > or communicate via TCP socket using the
35
+ can < code > nvim --embed</ code > or communicate via named pipe using the
36
36
discoverable msgpack API.</ p >
37
37
38
38
< h3 > Drop-in replacement for Vim</ h3 >
@@ -77,7 +77,8 @@ <h2 id="faqs">FAQs</h2>
77
77
< dt > What is the project status?</ dt >
78
78
< dd > The current stable version is < code > 0.1</ code > .
79
79
See < a href ="https://github.com/neovim/neovim/wiki/Installing-Neovim "> the wiki</ a >
80
- for install instructions, < a href ="https://github.com/neovim/neovim/milestones "> milestones</ a >
80
+ for install instructions,
81
+ < a href ="https://github.com/neovim/neovim/milestones?direction=desc&sort=completeness&state=open "> milestones</ a >
81
82
for current development progress, and the < a href ="roadmap/ "> roadmap</ a > for future plans.
82
83
</ dd >
83
84
You can’t perform that action at this time.
0 commit comments