summaryrefslogtreecommitdiffstats
path: root/runtime/doc/todo.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-07-25 15:42:07 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-25 15:42:07 +0100
commitb529cfbd04c02e31cfa88f2c8d88b5ff532d4f7d (patch)
treedc432e1b5129a6cdddf67ae6468e72315a0452b6 /runtime/doc/todo.txt
parentcd6ad6439da2ee2d1a8a6934c9d69e9c2664ba55 (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r--runtime/doc/todo.txt22
1 files changed, 19 insertions, 3 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 594e83c505..20dbce9547 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -38,6 +38,20 @@ browser use: https://github.com/vim/vim/issues/1234
*known-bugs*
-------------------- Known bugs and current work -----------------------
+PR to consider:
+- Fix CTRL-[ for Win32 on Belgian keyboard #10687 (closes #10454)
+- stricter parsing for has('patch-x.y.z') #10752
+- cmdheight=0 #10675 Does it work properly?
+- add splitscroll #10682 Useful? Any trouble? Null Chilly says it's OK.
+ suggestion: names instead of numbers for the option value
+
+Support virtual text:
+- clear b_textprop_text when buffer is cleared
+- Remove and free text when textprop is removed with negative ID.
+- "gj" does not work correctly
+- placement at the end of the line: after the text (text_align: "end"), right
+ aligned (text_align: "right")
+
Further Vim9 improvements, possibly after launch:
- Use Vim9 for more runtime files.
- Check performance with callgrind and kcachegrind.
@@ -224,6 +238,10 @@ entry separately. #6609
Multiplexers (screen, tmux) can request it to the underlying terminal, and
pass it on with modifications.
+When scheme can't be found by configure there is no clear "not found" message:
+ configure:5769: checking MzScheme install prefix
+ configure:5781: result:
+
Can "CSI nr X" be used instead of outputting spaces? Is it faster? #8002
Typed keys invisible after calling interrupt() from a timer. #10631
@@ -1160,9 +1178,6 @@ cmap using execute() has side effects. (Killthemule, 2016 Aug 17, #983)
Patch to order results from taglist(). (Duncan McDougall, 2016 Oct 25)
-Syntax highlighting for messages with RFC3339 timestamp (#946)
-Did maintainer reply?
-
ml_get errors when reloading file. (Chris Desjardins, 2016 Apr 19)
Also with latest version.
@@ -3761,6 +3776,7 @@ Syntax highlighting:
- use TextMate, vscode uses it. #9087 - Other people don't like it.
Vscode is asked to switch to treesitter:
https://github.com/microsoft/vscode/issues/50140
+ - sublime grammar?
8 Make ":syn off" use 'runtimepath' instead of $VIMRUNTIME. (Gary Johnson)
Should do the same for ":syn on" and ":syn manual".
8 Support "containedin" argument for ":syn include", so that the defined