@@ -37,30 +37,37 @@ <h2>Next</h2>
37
37
38
38
Concrete high-level feature areas and changes.
39
39
40
- < h3 > < a href ="https://github.com/neovim/neovim/milestone/41 "> 0.11 +</ a > </ h3 >
40
+ < h3 > < a href ="https://github.com/neovim/neovim/milestone/43 "> 0.12 +</ a > </ h3 >
41
41
< ul >
42
42
< li > < a href ="https://github.com/neovim/neovim/issues/20451 "> Prepare for 1.0</ a > </ li >
43
43
< li > Redesign < code > --remote</ code > </ li >
44
- < li > < code > vim.lsp.server()</ code > </ li >
45
- < li > Externalized UI: window layout events, < code > ext_statusline</ code > </ li >
46
44
< li > File-change detection</ li >
47
45
< li > multicursor</ li >
48
- < li > Lua remote plugin host</ li >
46
+ </ ul >
47
+
48
+ < h3 > < a href ="https://github.com/neovim/neovim/milestone/41 "> 0.11</ a > </ h3 >
49
+ < ul >
49
50
< li > Redesign (simplify) remote plugin concept, eliminate < code > :UpdateRemotePlugins</ code > </ li >
50
- < li > Task/Promise/Future abstraction, structured concurrency: < code > vim.task</ code > </ li >
51
+ < ul >
52
+ < li > Lua remote plugin host</ li >
53
+ </ ul >
54
+ < li > Task/Promise/Future abstraction, structured concurrency: < code > vim.async</ code > </ li >
55
+ < li > Externalized UI: window layout events, messages</ li >
56
+ < li > < code > vim.lsp.server()</ code > </ li >
51
57
</ ul >
52
58
59
+ < h2 > Completed</ h2 >
60
+
61
+ < p > Here are the headline features of the previous releases; for details see the corresponding release notes.</ p >
62
+
53
63
< h3 > < a href ="https://github.com/neovim/neovim/milestone/36 "> 0.10</ a > </ h3 >
54
64
< ul >
55
65
< li > < a href ="https://github.com/neovim/neovim/pull/26334 "> Default colorscheme</ a > </ li >
56
66
< li > treesitter: builtin parsers for bash, markdown, python</ li >
57
67
< li > < code > vim.iter</ code > </ li >
68
+ < li > < code > vim.lpeg</ code > , < code > vim.re</ code > , < code > vim.glob</ code > , < code > vim.base64</ code > </ li >
58
69
</ ul >
59
70
60
- < h2 > Completed</ h2 >
61
-
62
- < p > Here are the headline features of the previous releases; for details see the corresponding release notes.</ p >
63
-
64
71
< h3 > < a href ="https://github.com/neovim/neovim/milestone/28?closed=1 "> 0.9</ a > </ h3 >
65
72
< ul >
66
73
< li > TUI as a remote UI</ li >
0 commit comments