diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-11-09 15:12:52 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-11-09 15:12:52 +0100 |
| commit | 0c6048882bf62a373f30f9ce55ed4fac22d115df (patch) | |
| tree | fc3944891a7475eccff7e558496f4f4857c7a36c /vim/operators/replace/replace.in | |
| parent | a2b9d637082a633cfdaa96bd74276141c27d5f6d (diff) | |
| download | vis-0c6048882bf62a373f30f9ce55ed4fac22d115df.tar.gz vis-0c6048882bf62a373f30f9ce55ed4fac22d115df.tar.xz | |
test/vim: add test for `r` in normal/visual mode
Diffstat (limited to 'vim/operators/replace/replace.in')
| -rw-r--r-- | vim/operators/replace/replace.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/operators/replace/replace.in b/vim/operators/replace/replace.in new file mode 100644 index 0000000..0b61652 --- /dev/null +++ b/vim/operators/replace/replace.in @@ -0,0 +1,5 @@ +int foo() { + /* --- --- */ + return 42; + /* --- --- */ +} |
