Skip to content

Commit

Permalink
Merge pull request #6636 from MarcusDenker/6634-testNoUnusedTemporary…
Browse files Browse the repository at this point in the history
…VariablesLeft-is-failing-in-Pharo9

6634-testNoUnusedTemporaryVariablesLeft-is-failing-in-Pharo9
  • Loading branch information
MarcusDenker authored Jun 18, 2020
2 parents 18e27b6 + c940cab commit 433ad80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NECompletion-Morphic/CompletionEngine.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ CompletionEngine >> replaceTokenInEditorWith: aString [
After replacing, set the caret after the first keyword.
The completion context uses this API to insert text into the text editor"

| wordEnd old positionAfterFirstKeyword offset firstKeyword toReplace wordStart |
| wordEnd old positionAfterFirstKeyword offset firstKeyword wordStart |
"Try to correctly replace the current token in the word.
The code editor should be able to do it by himself"
wordEnd := self editor nextWord: self editor caret.
Expand Down

0 comments on commit 433ad80

Please sign in to comment.