One more update:
- Replace should work better now (and works like in the current
version of Gvim).
- When using REPLACE, the cursor is positioned at the next match,
but it doesn't take into account, that it could match at the
current cursor position (so adding the flag SEARCH_START to the
do_search function) (simple example, search for \. in the gui and
replace it by A, you'll notice, it will only replace every other
character).
regards,
Christian
--