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

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:15
Parent(s): 9f16b09eb7af01b6b96adf04ed7bf714b96b1853
Signing key:
Tree: 6d57fcb89d2156987ba8fda6fa09fe2e5b26f229
File Lines added Lines deleted
plugin/qthelp.vim 1 0
File plugin/qthelp.vim changed (mode: 100644) (index 3643e9a..1d043cd)
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