commit
5ca7d4f00e
10
README.md
10
README.md
|
@ -12,6 +12,13 @@ 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
|
with the corresponding header file in the left window and the corresponding
|
||||||
source file in the right window.
|
source file in the right window.
|
||||||
|
|
||||||
|
Use
|
||||||
|
|
||||||
|
:Split
|
||||||
|
|
||||||
|
to open the corresponding heder or source file to your currently open file in
|
||||||
|
a vertical split.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
You can configure the following settings:
|
You can configure the following settings:
|
||||||
|
@ -41,6 +48,9 @@ SplitOpen is GPL-3.0 licensed. See LICENSE file for more info.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
v1.1.0
|
||||||
|
* Added Split() command
|
||||||
|
|
||||||
v1.0.0
|
v1.0.0
|
||||||
* Fixed error when reloading plugin
|
* Fixed error when reloading plugin
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,13 @@ 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
|
with the corresponding header file in the left window and the corresponding
|
||||||
source file in the right window.
|
source file in the right window.
|
||||||
|
|
||||||
|
Use
|
||||||
|
|
||||||
|
:Split
|
||||||
|
|
||||||
|
to open the corresponding heder or source file to your currently open file in
|
||||||
|
a vertical split.
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
2. Configuration *SplitOpenConfiguration*
|
2. Configuration *SplitOpenConfiguration*
|
||||||
|
|
||||||
|
@ -55,6 +62,8 @@ SplitOpen is GPL-3.0 licensed. See LICENSE file for more info.
|
||||||
================================================================================
|
================================================================================
|
||||||
4. Changelog *SplitOpenChangelog*
|
4. Changelog *SplitOpenChangelog*
|
||||||
|
|
||||||
|
v1.1.0
|
||||||
|
* Added Split() command
|
||||||
v1.0.0
|
v1.0.0
|
||||||
* Fixed error when reloading plugin
|
* Fixed error when reloading plugin
|
||||||
v0.0.4
|
v0.0.4
|
||||||
|
|
Loading…
Reference in New Issue