Changeset 4923


Ignore:
Timestamp:
Mar 14, 2022, 2:51:37 PM (3 years ago)
Author:
Andreas Schnellbacher
Message:
  • Minor changes.
File:
1 edited

Legend:

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

    r4919 r4923  
    12611261            endif
    12621262            SetBookmark( 3, bmline, bmcol, bmname)
    1263          endif  -- CurPrompt
    1264       enddo  -- forever
     1263         endif
     1264      enddo
    12651265
    12661266      -- Search for 'Directory of' lines and add bookmarks for that
     
    14411441   endif
    14421442
    1443    -- Store fIgnore and Cmd
     1443   -- Store IgnoreLevel and Cmd
     1444   IgnoreLevel = 1
    14441445   imax = GetFileAVar( 'shellcmd.0')
    14451446   if imax = '' then
     
    14471448   endif
    14481449   i = imax + 1
    1449    SetFileAVar( 'shellcmd.'i, '1 'Input)
     1450   SetFileAVar( 'shellcmd.'i, IgnoreLevel Input)
    14501451   SetFileAVar( 'shellcmd.0', i)
    14511452
Note: See TracChangeset for help on using the changeset viewer.