Commit 09a0479ce2824517736b52d84b029cdaf8017e32

Add encoding specification to the script
Author: xaizek
Author date (UTC): 2015-06-25 08:28
Committer name: xaizek
Committer date (UTC): 2016-01-12 19:11
Parent(s): fa68bfe57c4e3efdcb8d88fe603a1d8302ab95ed
Signing key:
Tree: 36e02ecc2e512ef57ba979e288dddcefac8416ce
File Lines added Lines deleted
vimh2h.py 1 0
File vimh2h.py changed (mode: 100755) (index 08f1f3a..b80a861)
1 1 #!/usr/bin/env python #!/usr/bin/env python
2 #-*- coding: utf-8 -*-
2 3
3 4 # converts vim documentation to html # converts vim documentation to html
4 5
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