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

Update email address of the author
Author: xaizek
Author date (UTC): 2013-06-10 18:24
Committer name: xaizek
Committer date (UTC): 2013-06-10 18:24
Parent(s): 1b5d2a8172b83adf1e66c45f65c82bb9ac1e4f6e
Signing key:
Tree: d7ef58a3aade803bae74339b13282d27c8841cb0
File Lines added Lines deleted
plugin/qthelp.vim 1 1
File plugin/qthelp.vim changed (mode: 100644) (index 7684259..1fec401)
1 1 " Name: qthelp " Name: qthelp
2 " Author: xaizek (xaizek@gmail.com)
2 " Author: xaizek (xaizek@lavabit.com)
3 3 " Version: 1.1.2 " Version: 1.1.2
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
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