We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a522c commit af8a88fCopy full SHA for af8a88f
1 file changed
src/U_Npp_HTMLTag.pas
@@ -672,6 +672,8 @@ procedure TNppPluginHTMLTag.FindAndDecode(const KeyCode: Integer; Cmd: TDecodeCm
672
$26 {'&'}: begin
673
if (Options.LiveEntityDecoding or (cmd = dcEntity)) then begin
674
didReplace := Replace(@(U_Entities.DecodeEntities), anchor, caret);
675
+ if not (ch in [$0A, $0D]) then
676
+ Inc(charOffset);
677
Break;
678
end;
679
0 commit comments