You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makes a more consistent regex experience (both more consistent for special
chars within vim, and more consistent with other regex implementations).
Patch is fairly messy, not thoroughly tested, but seems to essentially work.
Also see demand for this option and attempted hackery:
-
http://stackoverflow.com/questions/3760444/in-vim-is-there-a-way-to-set-very-mag
ic-permanently-and-globally
-
http://vim.wikia.com/wiki/Simplifying_regular_expressions_using_magic_and_no-mag
ic
- etc: https://www.google.com/search?q=%22nnoremap+/+/\v%22
Original issue reported on code.google.com by [email protected] on 10 May 2015 at 6:20
Original issue reported on code.google.com by
[email protected]
on 10 May 2015 at 6:20Attachments:
The text was updated successfully, but these errors were encountered: