Given this text (the character sequence is 200d 05b9): ֹ
The command: s/\%u200d\Z/x/g Gives the result: xֹ (0078 200d 05b9) I would expect the 200d to be replaced with an 'x'. (I attached the text so you can see it in vim a bit more clearly) -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
Given this text (the character sequence is 200d 05b9): ֹ The command: s/\%u200d\Z/x/g Gives the result: xֹ (0078 200d 05b9) I would expect the 200d to be replaced with an 'x'.
