This is something I find myself attempting every few months, but can't figure out how to do.
I have a file with two different functions (C source code) which are very similar. I wouls like to line these up side by side to see the differences (usually this is just afew lines or variables with different names).
WHen I attempt to align manually I only get the fist line of each function aligning, and the rest is mismatched. I'd just like them to be next to each other.
Thanks
Ken
I have a file with two different functions (C source code) which are very similar. I wouls like to line these up side by side to see the differences (usually this is just afew lines or variables with different names).
WHen I attempt to align manually I only get the fist line of each function aligning, and the rest is mismatched. I'd just like them to be next to each other.
Thanks
Ken
Comment