X-Git-Url: https://git.wincent.com/docvim.git/blobdiff_plain/ab3a3ddff68b4bec9313ebd296325dd2c94e958c..4c855ae060f37c775527df3d93ee0f18a9ffef79:/tests/fixtures/integration/pinnacle/golden/markdown.golden
diff --git a/tests/fixtures/integration/pinnacle/golden/markdown.golden b/tests/fixtures/integration/pinnacle/golden/markdown.golden
index e1d16ae..35052be 100644
--- a/tests/fixtures/integration/pinnacle/golden/markdown.golden
+++ b/tests/fixtures/integration/pinnacle/golden/markdown.golden
@@ -1,9 +1,12 @@
+
# Pinnacle
+
## Intro
Pinnacle provides functions for manipulating `:highlight` groups.
+
## Installation
To install Pinnacle, use your plug-in management system of choice.
@@ -27,6 +30,7 @@ To generate help tags under Pathogen, you can do so from inside Vim with:
:call pathogen#helptags()
```
+
## Website
The official Pinnacle source code repo is at:
@@ -43,6 +47,7 @@ Official releases are listed at:
http://www.vim.org/scripts/script.php?script_id=5360
+
## License
Copyright (c) 2016-present Greg Hurrell
@@ -53,12 +58,15 @@ The above copyright notice and this permission notice shall be included in all c
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
## Development
+
### Contributing patches
Patches can be sent via mail to greg@hurrell.net, or as GitHub pull requests at: https://github.com/wincent/pinnacle/pulls
+
### Cutting a new release
At the moment the release process is manual:
@@ -92,12 +100,15 @@ git archive -o vim-docvim-$VERSION.zip HEAD -- .
- Upload to http://www.vim.org/scripts/script.php?script_id=5360
+
## Authors
Pinnacle is written and maintained by Greg Hurrell .
+
## History
+
### 0.1 (30 March 2016)
- Initial release.