I have a macro written in 10. which is using the find command with regular expressions
find = *<
which works in 10 from wherever my cursor is up to the next "<"
however when I try this in 12, it always goes to the beginning of the next line to perform this search, not from where the cursor is positioned, is this an improvement?
i.e in a txt where my cursor is as below ( cursor signified by "|", selected text indicated by bold)
text with cursor in| followed by<
text on new line<
in 10 I get this highlight
text with cursor in followed by<
text on new line<
and in 12
text with cursor in followed by<
text on new line<
anyone know why this is or if I can get it to behave as before?
find = *<
which works in 10 from wherever my cursor is up to the next "<"
however when I try this in 12, it always goes to the beginning of the next line to perform this search, not from where the cursor is positioned, is this an improvement?
i.e in a txt where my cursor is as below ( cursor signified by "|", selected text indicated by bold)
text with cursor in| followed by<
text on new line<
in 10 I get this highlight
text with cursor in followed by<
text on new line<
and in 12
text with cursor in followed by<
text on new line<
anyone know why this is or if I can get it to behave as before?