File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
2015-xx-xx
2
2
* Version 3.8.4
3
+ * We don't override <S-Insert> in textboxes anymore, so it does the default
4
+ action (which is pasting the clipboard). For Windows and Mac users, this doesn't
5
+ change anything. For Linux, this means it pasts the clipboard instead of the X11
6
+ selection, but that's actually also the default for most GUI apps on Linux nowadays.
7
+ On the other hand, it also fixes an annying bug where the first completion stayed
8
+ active when using <S-Insert> in the command line.
3
9
* Finally remove local file completions from the :open prompt which causes lots of problems (and
4
10
slowdowns) for many people. If you want them back, use :set complete=slf
5
11
to get back the old default value.
You can’t perform that action at this time.
0 commit comments