xaizek / vim-qthelp (License: Unspecified) (since 2018-12-07)
This plugin opens Qt help pages in browser from C++ source code.
Commit 64ef715552b502534f1095e223ca87b6f2927db6

Fix multiple load guard
Version 1.0.1
Author: xaizek
Author date (UTC): 2013-03-09 14:23
Committer name: xaizek
Committer date (UTC): 2013-03-09 14:30
Parent(s): 2b095cca4adf603222b1fdd0543fd3fa9e87927f
Signing key:
Tree: 231d30f33591c14e1e91b96f51ed8ff67e9f8b63
File Lines added Lines deleted
plugin/qthelp.vim 3 2
File plugin/qthelp.vim changed (mode: 100644) (index c3299fb..541cd67)
1 1 " Name: qthelp " Name: qthelp
2 2 " Author: xaizek (xaizek@gmail.com) " Author: xaizek (xaizek@gmail.com)
3 " Version: 1.0.0
3 " Version: 1.0.1
4 4 " "
5 5 " Description: This plugin would allow you to open Qt help pages in browser " Description: This plugin would allow you to open Qt help pages in browser
6 6 " from your C++ source code. Currently it can show help if the word " from your C++ source code. Currently it can show help if the word
 
52 52 " - Use Vim documentation format. " - Use Vim documentation format.
53 53 " "
54 54 " ChangeLog: v1.0.0 (2010-12-07) - Initial version " ChangeLog: v1.0.0 (2010-12-07) - Initial version
55 " v1.0.1 (2013-03-09) - Fixed multiple load guard
55 56
56 57 if exists("g:loaded_qthelp") if exists("g:loaded_qthelp")
57 58 finish finish
58 59 endif endif
59 60
60 let g:loaded_gthelp = 1
61 let g:loaded_qthelp = 1
61 62
62 63 if !exists('g:qthelp_browser') if !exists('g:qthelp_browser')
63 64 let g:qthelp_browser = '' let g:qthelp_browser = ''
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vim-qthelp

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vim-qthelp

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master