2019-10-18 18:17:35 +00:00
|
|
|
# SplitOpen
|
2019-10-18 10:40:12 +00:00
|
|
|
|
2019-10-18 18:17:35 +00:00
|
|
|
This vim plugin opens file-pairs in a new split-window tab
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
Use
|
|
|
|
|
|
|
|
:SplitOpen filename
|
|
|
|
|
|
|
|
with a .cpp or .h file as filename to open a new tab containing a vertical split
|
|
|
|
with the corresponding header file in the left window and the corresponding
|
|
|
|
source file in the right window.
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
SplitOpen is GPL-3.0 licensed. See LICENSE file for more info.
|
|
|
|
|
|
|
|
## Changelog
|
|
|
|
|
|
|
|
v0.0.2
|
|
|
|
* Added delay-loading
|
|
|
|
* Added documentation
|
|
|
|
|
|
|
|
v0.0.1
|
|
|
|
* Initial release
|