This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/eddat/menu.vi

21 lines
281 B
Plaintext

if %1 == 2
if %2 == 1 || %2 == 2
if !hassel
return -1
endif
elseif %2 == 3
if emptybuf1
return -1
endif
elseif %2 == 8
if numundos == 0
return -1
endif
elseif %2 == 9
if numredos == 0
return -1
endif
endif
endif
return 0