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

6 lines
47 B
Plaintext
Raw Normal View History

if .%1 == 1
set no%1
else
set %1
endif