Editing multiple files in a single buffer
It is a fact of programming that software written in modern programming language is divided into multiple files. That is all programmers use text editors such as vim, emacs, and eclipse, that have facility to work with and move easily between files. With all these facilities, however, there are times when what you really want…