Skip to content

Commit 8dde9da

Browse files
tarjoilijagkatsev
authored andcommitted
fix: don't display help message on click event. Fix #124
1 parent 72c3a4c commit 8dde9da

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

common/content/commandline.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,9 @@ const CommandLine = Module("commandline", {
852852
break;
853853
}
854854

855+
}
856+
857+
if (event.type == "click") {
855858
return;
856859
}
857860

vimperator/NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Version 3.8.4
33
* Make <Ctrl-[> key always behave like <Esc> key (was missing from the command line handler)
44
* Add support for :set hintmatching=fuzzy as a new, alternative way for hintmatching.
5+
* Don't display help message in command line for a normal click.
56

67
2014-11-09
78
* Version 3.8.3

0 commit comments

Comments
 (0)