fix merge conflict
This commit is contained in:
parent
f8f8b00c61
commit
c3491f4855
1 changed files with 0 additions and 3 deletions
|
|
@ -359,9 +359,6 @@ var Mode = function() {
|
|||
|
||||
this.getCompletions = function(state, session, pos, prefix) {
|
||||
var keywords = this.$keywordList || [];
|
||||
keywords = keywords.filter(function(w) {
|
||||
return w.lastIndexOf(prefix, 0) == 0;
|
||||
});
|
||||
return keywords.map(function(word) {
|
||||
return {
|
||||
name: word,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue