aboutsummaryrefslogtreecommitdiff
path: root/test/vim/operators/replace/replace.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/vim/operators/replace/replace.in')
-rw-r--r--test/vim/operators/replace/replace.in5
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;
+ /* --- --- */
+}