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

Add a ToDo item about Vim documentation format
Author: xaizek
Author date (UTC): 2013-03-09 14:15
Committer name: xaizek
Committer date (UTC): 2013-03-09 14:30
Parent(s): e8fbb063eabb162c4c766bf9e87d2db12482bc55
Signing key:
Tree: e99a7c8ee589c6bd4f70d69eea2a69f1d7ba762f
File Lines added Lines deleted
plugin/qthelp.vim 1 0
File plugin/qthelp.vim changed (mode: 100644) (index 52b7f76..8482cff)
49 49 " ToDo: - Maybe it should look for declaration not only in one header " ToDo: - Maybe it should look for declaration not only in one header
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 " - Use Vim documentation format.
52 53
53 54 if exists("g:loaded_qthelp") if exists("g:loaded_qthelp")
54 55 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