aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-08-22 03:13:47 +0000
committernyamatongwe <unknown>2000-08-22 03:13:47 +0000
commit4e823c6cbf83bd552796e5da30d9728fd06b43ef (patch)
tree179484a3ebba2fe05ba2ae635aa43f4935a6e901 /src/ScintillaBase.cxx
parent6ed3892e53bbad8ac5af2bfacecb773337a501f3 (diff)
downloadscintilla-mirror-4e823c6cbf83bd552796e5da30d9728fd06b43ef.tar.gz
Added SCE_H_VALUE class for HTML for unquoted values.
Diffstat (limited to 'src/ScintillaBase.cxx')
-rw-r--r--src/ScintillaBase.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx
index 70e890e1a..4f182850a 100644
--- a/src/ScintillaBase.cxx
+++ b/src/ScintillaBase.cxx
@@ -62,7 +62,6 @@ void ScintillaBase::AddCharUTF(char *s, unsigned int len) {
bool acActiveBeforeCharAdded = ac.Active();
if (!acActiveBeforeCharAdded || !ac.IsFillUpChar(*s))
Editor::AddCharUTF(s, len);
- Editor::AddCharUTF(s, len);
if (acActiveBeforeCharAdded)
AutoCompleteChanged(s[0]);
}