CEDIT: some small changes

git-svn-id: svn://kolibrios.org@9175 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Anton Krotov
2021-09-03 16:20:40 +00:00
parent e85879654e
commit 50936c312e
8 changed files with 82 additions and 74 deletions

View File

@@ -1123,8 +1123,8 @@ BEGIN
IF text.cursor.X > 0 THEN
i := text.cursor.X;
n := leadingSpaces(curLine);
modify(text);
IF n < i THEN
modify(text);
move(text, -1);
delete(text)
ELSE