Skip to content

Commit

Permalink
remove unused temp definition. fixes #6634
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker committed Jun 18, 2020
1 parent 18e27b6 commit c940cab
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 c940cab

Please sign in to comment.