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/unlock.vi

10 lines
150 B
Plaintext

if %M == 1
assign %a = /File is modified, really unlock? /
input %a
if "%a" != y
return ERR_NO_ERR
endif
endif
!vunlock %F
e! %F