Bug fix
This commit is contained in:
parent
a7297de55f
commit
a05b84f4df
1 changed files with 3 additions and 1 deletions
|
|
@ -126,7 +126,9 @@ var doLiveAutocomplete = function(e) {
|
|||
completers.forEach(function(completer){
|
||||
if(completer.identifierRegexprs){
|
||||
completer.identifierRegexprs.forEach(function(identifierRegex){
|
||||
prefix = util.retrievePrecedingIdentifier(line, pos.column, identifierRegex);
|
||||
if(!prefix) {
|
||||
prefix = util.retrievePrecedingIdentifier(line, pos.column, identifierRegex);
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue