Skip to content

Commit 1213ebe

Browse files
committed
Merge branch 't/13668'
2 parents 6bfef0c + 6cbbd1d commit 1213ebe

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

dev/tasks/plugin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ module.exports = function( grunt ) {
248248
} catch ( e ) {
249249
return false;
250250
}
251-
return false;
252251
}
253252

254253
function addPluginDirToGitExclude( pluginDir ) {

plugins/find/dialogs/find.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -370,14 +370,12 @@
370370
return KMP_MATCHED;
371371
}
372372
return KMP_ADVANCED;
373-
} else if ( !this._.state )
373+
} else if ( !this._.state ) {
374374
return KMP_NOMATCH;
375-
else {
375+
} else {
376376
this._.state = this._.overlap[this._.state];
377377
}
378378
}
379-
380-
return null;
381379
},
382380

383381
reset: function() {

plugins/magicline/plugin.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,6 @@
494494
return limit;
495495
else
496496
return null;
497-
498-
return trigger;
499497
} else {
500498
return null;
501499
}

0 commit comments

Comments
 (0)