diff options
Diffstat (limited to 'sam/examples')
| -rw-r--r-- | sam/examples/swap-words.cmd | 4 | ||||
| -rw-r--r-- | sam/examples/swap-words.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sam/examples/swap-words.cmd b/sam/examples/swap-words.cmd new file mode 100644 index 0000000..43bbde6 --- /dev/null +++ b/sam/examples/swap-words.cmd @@ -0,0 +1,4 @@ +,x/(Emacs|vi)/{ + g/Emacs/ v/....../ c/vi/ + g/vi/ v/.../ c/Emacs/ +} diff --git a/sam/examples/swap-words.in b/sam/examples/swap-words.in new file mode 100644 index 0000000..bfdc4fc --- /dev/null +++ b/sam/examples/swap-words.in @@ -0,0 +1 @@ +Emacs is better than vi.
\ No newline at end of file |
