Commit 4adee8312a5921e4dc1de7a7021ab9eabdcac1d8

vimd2h.py: track down upstream commit
Author: Mr Alin
Author date (UTC): 2024-03-15 15:39
Committer name: Mr Alin
Committer date (UTC): 2024-03-15 15:39
Parent(s): fce15e109172e69df919f73608a57fdb5153e60a
Signing key:
Tree: 08f73fadc27188d82d72e3e459f2633864f55f42
File Lines added Lines deleted
vimd2h.py 1 1
File vimd2h.py changed (mode: 100755) (index f6970ce..fa1b0c8)
3 3
4 4 # converts vim documentation to html # converts vim documentation to html
5 5
6 # Based on https://github.com/c4rlo/vimhelp/blob/master/vimh2h.py
6 # Based on https://github.com/c4rlo/vimhelp/blob/b0cab7cbac937cdda156efce0fa4d1b1d4b30ff6/vimh2h.py
7 7 # by Carlo Teubner <(first name) dot (last name) at gmail dot com>. # by Carlo Teubner <(first name) dot (last name) at gmail dot com>.
8 8
9 9 import re import re
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/vimdoc2html

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vimdoc2html

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