diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-02-11 15:18:42 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-02-11 15:18:42 +0100 |
| commit | 9854085fee254ef0c96775031089911cf72164c2 (patch) | |
| tree | 8e004c9abea572af38f80c6da6b4aa25586b3fcb /vis/prompt | |
| parent | ec726488105714ac6c55d910e2116785cc479e5b (diff) | |
test/vis: drop cpp(1) as a preprocessor
It is not worth the trouble to deal with different escaping rules.
The tests should be relatively small and self contained anyway,
hence comments should not be that important.
Diffstat (limited to 'vis/prompt')
| -rw-r--r-- | vis/prompt/history.keys | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vis/prompt/history.keys b/vis/prompt/history.keys index 4faa765..ee7b037 100644 --- a/vis/prompt/history.keys +++ b/vis/prompt/history.keys @@ -1,6 +1,6 @@ -:-0+0x/line/c/word/<Enter> /* replace something on first line */ -:2<Enter>l /* select second line */ -:<Up><Up><Enter> /* repeat replacement */ -:e<Backspace><Backspace> /* simulate a typo on the command line */ -:3<Enter>l /* select third line */ -:<Up><Up><Enter> /* repeat replacement */ +:-0+0x/line/c/word/<Enter> +:2<Enter>l +:<Up><Up><Enter> +:e<Backspace><Backspace> +:3<Enter>l +:<Up><Up><Enter> |
