ViEmu/VS 2.1.24 with proper wrapscan and proper ‘<,'> marks with $
I have just built and uploaded ViEmu for Visual Studio 2.1.24. It fixes two problems:
- Just reported yesterday, doing Vj$:'<,’>s/xyz/uvw/g would complain about ‘mark not set’. The reason was that the ‘$’ motion tried to set the ‘> end-of-visual-region marker in a position with column = infinite (that’s why doing $ and moving up and down goes to the last column of each line), and this type of marker didn’t work well. It’s now fixed.
- Pending from a long time ago, a ‘/’ search from the last line of a file if this was empty would not find anything even if ‘wrapscan’ is set. This was a bug in the wrapping logic of the regular expression finder. It’s been fixed too.
You can download it here:
http://www.viemu.com/ViEmuVS-2.1.24.msi
Remember you need to manually uninstall the previous version of ViEmu before installing this one.
Let me know how it works for you.