Skip to content

Commit fee0c4a

Browse files
committed
Runtime files update
1 parent 32acf1f commit fee0c4a

File tree

4 files changed

+15320
-10221
lines changed

4 files changed

+15320
-10221
lines changed

runtime/doc/gui_x11.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,9 @@ Of these three, Vim uses PRIMARY when reading and writing the "* register
679679
|'clipboard'| of "autoselect"), and CLIPBOARD when reading and writing the "+
680680
register. Vim does not access the SECONDARY selection.
681681

682+
This applies both to the GUI and the terminal version. For non-X11 systems
683+
the plus and the star register both us the system clipboard.
684+
682685
Examples: (assuming the default option values)
683686
- Select a URL in Visual mode in Vim. Go to your browser and click the
684687
middle mouse button in the URL text field. The selected text will be

runtime/doc/todo.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ Update list of features to vote on:
7474
- Change "add IDE features" to "improve terminal debugger"
7575
- Change "diff/merge capability for CVS" to "CVS and git"
7676
- Remove "pre-compile them" from "improve the performance of Vim scripts"
77-
- multiple cursors
78-
- built-in LSP support
79-
- virtual text, using text properties
80-
- start first line halfway, scroll per screen line
77+
- Add: multiple cursors, edit text in more than one place at a time
78+
- Add: fast syntax highlighting with parser instead of regex patterns
79+
- Add: virtual text, text properties can insert text in the line
80+
- Add: start first line halfway, scroll per wrapped screen line
8181

8282
Popup windows:
8383
- Preview popup not properly updated when it overlaps with completion menu.
@@ -3758,7 +3758,9 @@ Printing:
37583758
Syntax highlighting:
37593759
Long term goal: faster, better, etc. Options:
37603760
- use treesitter, NeoVim uses it - Many people don't like it.
3761-
- use TextMate, vscode uses it. #9087 - possibly a long term solution
3761+
- use TextMate, vscode uses it. #9087 - Other people don't like it.
3762+
Vscode is asked to switch to treesitter:
3763+
https://github.com/microsoft/vscode/issues/50140
37623764
8 Make ":syn off" use 'runtimepath' instead of $VIMRUNTIME. (Gary Johnson)
37633765
Should do the same for ":syn on" and ":syn manual".
37643766
8 Support "containedin" argument for ":syn include", so that the defined

0 commit comments

Comments
 (0)