Re: Limited Command Buffer space?
Sometimes, when I am typing a long regular expression command, like:
%s/( some really long string)/( some really long pattern replacement string )
The buffer when VS.NET shows the command stops showing the latter part of the command. It just hits a wall and stops displaying it, but it doesn't stop collecting the commands into the buffer.
Limitation or am I just typing too much?