Skip to content

Commit

Permalink
Fix "xCE" bug in LaTeX input method, issue #289.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Mar 2, 2021
1 parent 5fb5338 commit 1e4d859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scintilla/win32/ScintillaWin.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,7 @@ bool ScintillaWin::HandleLaTeXTabCompletion() {
ReplaceTarget(false, buffer, len);
// move caret after character
SetEmptySelection(pos + len);
AutoCompleteCancel();
return true;
}

Expand Down

0 comments on commit 1e4d859

Please sign in to comment.