LInux vi ?
Something strange happened.
Previously under vi if I use
:? ABEND
I will get both _ABEND and ABENDING.
These days if I use
:? ABEND
I only get _ABEND
but not
ABENDING
it seems that its okay to have a character at the front / start : _ABEND
but to have a character at the end making it not registered under search: ABENDING.
Why is that?
Previously under vi if I use
:? ABEND
I will get both _ABEND and ABENDING.
These days if I use
:? ABEND
I only get _ABEND
but not
ABENDING
it seems that its okay to have a character at the front / start : _ABEND
but to have a character at the end making it not registered under search: ABENDING.
Why is that?
0