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

Add change log
Author: xaizek
Author date (UTC): 2013-03-09 14:18
Committer name: xaizek
Committer date (UTC): 2013-03-09 14:22
Parent(s): 21914d10e1964f0b94c7e7b70e6c661c99b78f1a
Signing key:
Tree: 9af1f0b1fa1edbc9eed63b4335674dfb902ff163
File Lines added Lines deleted
plugin/qthelp.vim 2 0
File plugin/qthelp.vim changed (mode: 100644) (index 1d043cd..dd234c8)
50 50 " file ("companion"), but in all included from this? " file ("companion"), but in all included from this?
51 51 " - Is there a way to determine variable type without regexps? " - Is there a way to determine variable type without regexps?
52 52 " - Use Vim documentation format. " - Use Vim documentation format.
53 "
54 " ChangeLog: v1.0.0 (2010-12-07) - Initial version
53 55
54 56 if exists("g:loaded_qthelp") if exists("g:loaded_qthelp")
55 57 finish finish
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