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
Bump version number to 1.1.1 917f6232b52453db71d16a25e429d9aaacf1ae87 xaizek 2013-03-09 15:36:03
Make code a bit better f4f91f7822af60d82f4bf5d6022b47e342355949 xaizek 2013-03-09 15:29:54
Add support of tags files without apple_refs 3d50a43053acbb59d42895fff8df35595bab72e8 xaizek 2013-03-09 14:44:21
Fix multiple load guard 64ef715552b502534f1095e223ca87b6f2927db6 xaizek 2013-03-09 14:23:20
Add change log 2b095cca4adf603222b1fdd0543fd3fa9e87927f xaizek 2013-03-09 14:18:46
Add a ToDo item about Vim documentation format 727e278c16f8034f2fb4ca501a7363e3aa6b07c6 xaizek 2013-03-09 14:15:47
Use `empty()` instead of `len()` and `foo == ''` e8fbb063eabb162c4c766bf9e87d2db12482bc55 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