4 "Pinnacle" "Highlight group manipulation for Vim"
15 , HeadingAnnotation "Intro"
17 [ Plaintext "Pinnacle"
19 , Plaintext "provides"
21 , Plaintext "functions"
25 , Plaintext "manipulating"
31 , HeadingAnnotation "Installation"
37 , Plaintext "Pinnacle,"
45 , Plaintext "management"
64 , Plaintext "\"plug-in"
66 , Plaintext "management"
72 , Plaintext "choice\","
76 , Plaintext "recommend"
78 , Plaintext "Pathogen"
80 , Plaintext "(https://github.com/tpope/vim-pathogen)"
88 , Plaintext "simplicity"
92 , Plaintext "robustness."
94 , Plaintext "Assuming"
102 , Plaintext "Pathogen"
104 , Plaintext "installed"
108 , Plaintext "configured,"
120 , Plaintext "install"
122 , Plaintext "vim-docvim"
126 , Code "~/.vim/bundle"
140 [ "git clone https://github.com/wincent/pinnacle.git ~/.vim/bundle/pinnacle"
143 [ Plaintext "Alternatively,"
155 , Plaintext "submodule"
163 , Plaintext "plug-in,"
173 , Plaintext "following"
184 , Plaintext "top-level"
192 , Plaintext "superproject:"
195 [ "git submodule add https://github.com/wincent/pinnacle.git ~/vim/bundle/pinnacle"
196 , "git submodule init"
201 , Plaintext "generate"
209 , Plaintext "Pathogen,"
227 , Fenced [ ":call pathogen#helptags()" ]
228 , HeadingAnnotation "Website"
232 , Plaintext "official"
234 , Plaintext "Pinnacle"
246 , Paragraph [ Plaintext "http://git.wincent.com/pinnacle.git" ]
248 [ Plaintext "Mirrors"
255 [ ListItem [ Plaintext "https://github.com/wincent/pinnacle" ]
256 , ListItem [ Plaintext "https://gitlab.com/wincent/pinnacle" ]
257 , ListItem [ Plaintext "https://bitbucket.org/ghurrell/pinnacle" ]
260 [ Plaintext "Official"
262 , Plaintext "releases"
272 "http://www.vim.org/scripts/script.php?script_id=[TODO]"
274 , HeadingAnnotation "License"
276 [ Plaintext "Copyright"
280 , Plaintext "2016-present"
284 , Plaintext "Hurrell"
287 [ Plaintext "Permission"
293 , Plaintext "granted,"
299 , Plaintext "charge,"
307 , Plaintext "obtaining"
317 , Plaintext "software"
321 , Plaintext "associated"
323 , Plaintext "documentation"
329 , Plaintext "\"Software\"),"
339 , Plaintext "Software"
341 , Plaintext "without"
343 , Plaintext "restriction,"
345 , Plaintext "including"
347 , Plaintext "without"
349 , Plaintext "limitation"
361 , Plaintext "modify,"
365 , Plaintext "publish,"
367 , Plaintext "distribute,"
369 , Plaintext "sublicense,"
381 , Plaintext "Software,"
389 , Plaintext "persons"
397 , Plaintext "Software"
401 , Plaintext "furnished"
409 , Plaintext "subject"
415 , Plaintext "following"
417 , Plaintext "conditions:"
424 , Plaintext "copyright"
432 , Plaintext "permission"
440 , Plaintext "included"
450 , Plaintext "substantial"
452 , Plaintext "portions"
458 , Plaintext "Software."
463 , Plaintext "SOFTWARE"
467 , Plaintext "PROVIDED"
473 , Plaintext "WITHOUT"
475 , Plaintext "WARRANTY"
483 , Plaintext "EXPRESS"
487 , Plaintext "IMPLIED,"
489 , Plaintext "INCLUDING"
495 , Plaintext "LIMITED"
501 , Plaintext "WARRANTIES"
505 , Plaintext "MERCHANTABILITY,"
507 , Plaintext "FITNESS"
513 , Plaintext "PARTICULAR"
515 , Plaintext "PURPOSE"
519 , Plaintext "NONINFRINGEMENT."
531 , Plaintext "AUTHORS"
535 , Plaintext "COPYRIGHT"
537 , Plaintext "HOLDERS"
549 , Plaintext "DAMAGES"
555 , Plaintext "LIABILITY,"
557 , Plaintext "WHETHER"
567 , Plaintext "CONTRACT,"
573 , Plaintext "OTHERWISE,"
575 , Plaintext "ARISING"
587 , Plaintext "CONNECTION"
593 , Plaintext "SOFTWARE"
605 , Plaintext "DEALINGS"
611 , Plaintext "SOFTWARE."
613 , HeadingAnnotation "Development"
614 , SubheadingAnnotation "Contributing patches"
616 [ Plaintext "Patches"
630 , Plaintext "greg@hurrell.net,"
640 , Plaintext "requests"
644 , Plaintext "https://github.com/wincent/pinnacle/pulls"
646 , SubheadingAnnotation "Cutting a new release"
656 , Plaintext "release"
658 , Plaintext "process"
662 , Plaintext "manual:"
666 [ Plaintext "Perform"
678 , Plaintext "testing"
685 , Link "pinnacle-history"
687 , Plaintext "section"
693 , Plaintext "documentation"
705 , Fenced [ "git status" ]
712 , Plaintext "release:"
715 , Fenced [ "git tag -s -m \"$VERSION release\" $VERSION" ]
718 [ Plaintext "Publish"
726 [ "git push origin master --follow-tags"
727 , "git push github master --follow-tags"
731 [ Plaintext "Produce"
735 , Plaintext "release"
737 , Plaintext "archive:"
740 , Fenced [ "git archive -o vim-docvim-$VERSION.zip HEAD -- ." ]
748 "http://www.vim.org/scripts/script.php?script_id=[TODO]"
751 , HeadingAnnotation "Authors"
753 [ Plaintext "Pinnacle"
757 , Plaintext "written"
761 , Plaintext "maintained"
767 , Plaintext "Hurrell"
769 , Plaintext "<greg@hurrell.net>."
771 , HeadingAnnotation "History"
772 , SubheadingAnnotation "0.1 (30 March 2016)"
775 [ Plaintext "Initial" , Whitespace , Plaintext "release." ]