A Vim plugin to open file-pairs (e.g. cpp/h) in split-window mode.
 
Go to file
mandlm 55cb28c7e0 Merge tag 'v0.0.2' into develop
v0.0.2
2019-10-18 14:55:30 +02:00
autoload Split command and function to plugin and autoload parts to enable delay-loading 2019-10-18 13:46:00 +02:00
doc Updated release notes 2019-10-18 14:53:12 +02:00
plugin Split command and function to plugin and autoload parts to enable delay-loading 2019-10-18 13:46:00 +02:00
LICENSE Initial commit 2019-10-18 12:08:38 +02:00
README.md Added project desription 2019-10-18 12:40:12 +02:00

README.md

vim-split-open

This is my first vim plugin. It provides a command to open a combination of c++ source and header file in a new tab split side-by-side.