Package: rpl Version: 1.5.7-1 System: Debian GNU/Linux 9 (stretch) Python Version: 3.5.3
# Problem
See the log below:
```
$ /bin/cp a a.tmp && rpl printf tonkug a.tmp && diff -u --color=always a a.tmp
Replacing "printf" with "tonkug" (case sensitive) (partial words matched)
.
A Total of 2 matches replaced in 1 file searched.
--- a 2018-06-18 19:43:10.018536211 +0000
+++ a.tmp 2018-06-18 19:44:04.108266369 +0000
@@ -29,7 +29,7 @@
"=============================================================================
" マッピング Mappings
"=============================================================================
-" カーソル移動 -----------------------------------------------------
+" カーソル動 -----------------------------------------------------
noremap <silent> j gj
noremap <silent> k gk
noremap <silent> <C-j> 3j
@@ -131,6 +131,6 @@
inoreab time@ <C-r>=strftime("%H:%M")<CR>
inoreab datetime@ <C-r>=strftime("%Y-%m-%d %H:%M")<CR>
noreab alerT alert
-noreab printF printf
-noreab fpf fprintf(stderr,);<Left><Left>
+noreab printF tonkug
+noreab fpf ftonkug(stderr,);<Left><Left>
noreab transtate translate
```
Notice that the multibyte string "カーソル移動" is replaced to "カーソル動" incorrectly.
The input file is attached with this e-mail.
I tried to make the input to reproduce the issue as small as possible,
but it seemed to require certain size, at least 5 KB or so.
This is my first time to report a bug to Debian and English is not my
first language,
so if there is something unclear, please let me know.
Regards,
---
Aoyama Shotaro
a
Description: Binary data

