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

Bump version number to 1.1.1
Author: xaizek
Author date (UTC): 2013-03-09 15:36
Committer name: xaizek
Committer date (UTC): 2013-03-09 15:36
Parent(s): f4f91f7822af60d82f4bf5d6022b47e342355949
Signing key:
Tree: dfe726f46814f8fe6019769232679e2425539224
File Lines added Lines deleted
plugin/qthelp.vim 3 1
File plugin/qthelp.vim changed (mode: 100644) (index 2c2b71a..6b2322a)
1 1 " Name: qthelp " Name: qthelp
2 2 " Author: xaizek (xaizek@gmail.com) " Author: xaizek (xaizek@gmail.com)
3 " Version: 1.0.1
3 " Version: 1.1.1
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
6 6 " from your C++ source code. Currently it can show help if the word " from your C++ source code. Currently it can show help if the word
 
53 53 " "
54 54 " ChangeLog: v1.0.0 (2010-12-07) - Initial version " ChangeLog: v1.0.0 (2010-12-07) - Initial version
55 55 " v1.0.1 (2013-03-09) - Fixed multiple load guard " v1.0.1 (2013-03-09) - Fixed multiple load guard
56 " v1.1.1 (2013-03-09) - Added support for latest versions of Qt
57 " (thanks to Dmitry Frank).
56 58
57 59 if exists("g:loaded_qthelp") if exists("g:loaded_qthelp")
58 60 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