Add files missing from patch 7.4.771.
diff --git a/src/testdir/test_search_mbyte.in b/src/testdir/test_search_mbyte.in
new file mode 100644
index 0000000..4570a62
--- /dev/null
+++ b/src/testdir/test_search_mbyte.in
@@ -0,0 +1,15 @@
+Test for search('multi-byte char', 'bce')
+
+STARTTEST
+:source small.vim
+:source mbyte.vim
+:set encoding=utf-8
+:/^Test bce:/+1
+:$put =search('A', 'bce', line('.'))
+:1;/^Results:/,$wq! test.out
+ENDTEST
+
+Results:
+
+Test bce:
+A
diff --git a/src/testdir/test_search_mbyte.ok b/src/testdir/test_search_mbyte.ok
new file mode 100644
index 0000000..2af153a
--- /dev/null
+++ b/src/testdir/test_search_mbyte.ok
@@ -0,0 +1,5 @@
+Results:
+
+Test bce:
+A
+15