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

Add change log
Author: xaizek
Author date (UTC): 2013-03-09 14:18
Committer name: xaizek
Committer date (UTC): 2013-03-09 14:30
Parent(s): 727e278c16f8034f2fb4ca501a7363e3aa6b07c6
Signing key:
Tree: 9c008141408fe9e49ceba1fec224c6cf0a3b12c5
File Lines added Lines deleted
plugin/qthelp.vim 2 0
File plugin/qthelp.vim changed (mode: 100644) (index 8482cff..c3299fb)
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