xaizek / vim-qthelp (License: Unspecified) (since 2018-12-07)
This plugin opens Qt help pages in browser from C++ source code.
Subject SHA-1 Author Date
Fix multiple load guard 8b3b650efaefd54bcade387eb10b6ddbee79fa31 xaizek 2013-03-09 14:23:20
Add change log 61007fbe536a73153cac82000ed2a1dced45c30a xaizek 2013-03-09 14:18:46
Add a ToDo item about Vim documentation format 21914d10e1964f0b94c7e7b70e6c661c99b78f1a xaizek 2013-03-09 14:15:47
Use `empty(foo)` instead of `len(foo) == 0` 9f16b09eb7af01b6b96adf04ed7bf714b96b1853 xaizek 2013-03-09 14:09:49
Some comments have been corrected. Todo list has been added. c47898f04a734406048de4dbd9b1af8b5fb0ae03 xaizek 2010-12-05 21:25:57
First commit. d8f89acca53b1a7227bf58a6f8d64ae409da1337 xaizek 2010-11-28 20:41:41
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