diff options
Diffstat (limited to 'test/vim/operators/replace/replace.in')
| -rw-r--r-- | test/vim/operators/replace/replace.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/vim/operators/replace/replace.in b/test/vim/operators/replace/replace.in new file mode 100644 index 0000000..0b61652 --- /dev/null +++ b/test/vim/operators/replace/replace.in @@ -0,0 +1,5 @@ +int foo() { + /* --- --- */ + return 42; + /* --- --- */ +} |
