Runtime files update
diff --git a/runtime/doc/gui_x11.txt b/runtime/doc/gui_x11.txt
index 29b9e41..942037a 100644
--- a/runtime/doc/gui_x11.txt
+++ b/runtime/doc/gui_x11.txt
@@ -679,6 +679,9 @@
|'clipboard'| of "autoselect"), and CLIPBOARD when reading and writing the "+
register. Vim does not access the SECONDARY selection.
+This applies both to the GUI and the terminal version. For non-X11 systems
+the plus and the star register both us the system clipboard.
+
Examples: (assuming the default option values)
- Select a URL in Visual mode in Vim. Go to your browser and click the
middle mouse button in the URL text field. The selected text will be
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 33bf844..594e83c 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -74,10 +74,10 @@
- Change "add IDE features" to "improve terminal debugger"
- Change "diff/merge capability for CVS" to "CVS and git"
- Remove "pre-compile them" from "improve the performance of Vim scripts"
-- multiple cursors
-- built-in LSP support
-- virtual text, using text properties
-- start first line halfway, scroll per screen line
+- Add: multiple cursors, edit text in more than one place at a time
+- Add: fast syntax highlighting with parser instead of regex patterns
+- Add: virtual text, text properties can insert text in the line
+- Add: start first line halfway, scroll per wrapped screen line
Popup windows:
- Preview popup not properly updated when it overlaps with completion menu.
@@ -3758,7 +3758,9 @@
Syntax highlighting:
Long term goal: faster, better, etc. Options:
- use treesitter, NeoVim uses it - Many people don't like it.
- - use TextMate, vscode uses it. #9087 - possibly a long term solution
+ - 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
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