Changeset 4068


Ignore:
Timestamp:
Jun 16, 2020, 4:34:46 PM (5 years ago)
Author:
Andreas Schnellbacher
Message:
  • Spell check: Fixed start pos. Previously, the check started at the next word, not at the current.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/netlabs/macros/epmlex.e

    r3989 r4068  
    646646            fStarted = (proof_prevline >= proof_firstline)
    647647            CurChar = leftstr( LineStr, 1)
    648             if .col = proof_firstcol & CurChar <> ' ' & not fStarted then
     648            if .col = proof_firstcol & not fStarted then
    649649               -- Go to word begin
    650650               if .col <> 1 then
Note: See TracChangeset for help on using the changeset viewer.