]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Fix and test docs on Windows (#2262)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Thu, 27 May 2021 02:04:10 +0000 (22:04 -0400)
committerGitHub <noreply@github.com>
Thu, 27 May 2021 02:04:10 +0000 (19:04 -0700)
commit6613e76658143bcbbe363da76461e0202d589400
treee48e5508f1948f5eeb4632b5e15dce4de83e58d9
parent754eecf69eed0bdc75fe224c19a702a4f0676807
Fix and test docs on Windows (#2262)

There's some weird interaction between Click and
sphinxcontrib-programoutput on Windows that leads to an encoding error
during the printing of black-primer's help text.

Also symlinks aren't well supported on Windows so let's just use
includes which actually work because we now use MyST :D
.github/workflows/doc.yml
CHANGES.md
docs/authors.md [changed from symlink to file mode: 0644]
docs/change_log.md [changed from symlink to file mode: 0644]
docs/conf.py