A Vim plugin to open file-pairs (e.g. cpp/h) in split-window mode.
 
Go to file
mandlm 3c7c606541
Merge pull request #1 from mandlm/develop
Release first working version
2019-10-18 13:32:59 +02:00
plugin Implemented simple SplitOpen function and command 2019-10-18 13:25:21 +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.