File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ const AutoCommands = Module("autocommands", {
117
117
118
118
for ( let autoCmd of autoCmds ) {
119
119
if ( autoCmd . pattern . test ( url ) ) {
120
- if ( ! lastPattern || lastPattern . source != autoCmd . pattern . source )
120
+ if ( options [ "verbose" ] >= 9 && ( ! lastPattern || lastPattern . source != autoCmd . pattern . source ) )
121
121
liberator . echomsg ( "Executing " + event + " Auto commands for \"" + autoCmd . pattern . source + "\"" ) ;
122
122
123
123
lastPattern = autoCmd . pattern ;
Original file line number Diff line number Diff line change 1
1
201x-00-00
2
2
* Version 3.8.3
3
+ * Only show "Executing Autocommand ... " message on verbose level >= 9
3
4
* Push minVersion to Firefox25, as we have some problems on older Firefoxs regarding search
4
5
* Make 'gH' command work with multiple home pages
5
6
* Don't prompt user for confirmation when 'delbmarks!' command is invoked in silent mode
7
+ * Many compatibility fixes with new Firefox versions
6
8
7
9
2014-02-14: A Valentine's gift
8
10
* Version 3.8.2
You can’t perform that action at this time.
0 commit comments