Commit 36a0c754efc7a2f0c447a11d75cb9a538b52ebc0

Remove one extra space
Author: xaizek
Author date (UTC): 2017-08-31 18:26
Committer name: xaizek
Committer date (UTC): 2017-08-31 18:26
Parent(s): 5ac9b1ab983e901a9f867599e19320f2d541891b
Signing key: 99DC5E4DB05F6BE2
Tree: b1142fca0abed99ef197d25e343df8925c618743
File Lines added Lines deleted
vimdoc2html.py 1 1
File vimdoc2html.py changed (mode: 100755) (index 1de46f5..5af05ad)
... ... TEMPLATE = u'''\
50 50 script_dir = path.dirname(path.realpath(__file__)) script_dir = path.dirname(path.realpath(__file__))
51 51
52 52 # parse command-line arguments # parse command-line arguments
53 parser = argparse.ArgumentParser( description=__doc__)
53 parser = argparse.ArgumentParser(description=__doc__)
54 54 parser.add_argument('-r', '--raw', dest='raw', action='store_true', parser.add_argument('-r', '--raw', dest='raw', action='store_true',
55 55 help="Don't wrap output into template") help="Don't wrap output into template")
56 56 parser.add_argument('vimdoc', nargs=1, help='Vim documentation file') parser.add_argument('vimdoc', nargs=1, help='Vim documentation file')
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