We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11aaaba commit 5cd1a93Copy full SHA for 5cd1a93
vimperator/NEWS
@@ -1,5 +1,11 @@
1
2015-xx-xx
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.
9
* Finally remove local file completions from the :open prompt which causes lots of problems (and
10
slowdowns) for many people. If you want them back, use :set complete=slf
11
to get back the old default value.
0 commit comments