]> 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:

Handle byte strings in s:skip_special_chars (#113)
authorDaniel Hahler <github@thequod.de>
Thu, 26 Jul 2018 09:04:30 +0000 (11:04 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Jul 2018 09:04:30 +0000 (11:04 +0200)
commitd9efc9643da118f0928f204d2c5d3ce0e987eb44
tree0235a5e70017c6d938875c55b638e14f46feb6c5
parent85bbe4706aa1666a90fc89684ad0787521d9df6e
Handle byte strings in s:skip_special_chars (#113)

Fixes https://github.com/Vimjas/vim-python-pep8-indent/issues/72.
Closes https://github.com/Vimjas/vim-python-pep8-indent/pull/71.
Closes https://github.com/Vimjas/vim-python-pep8-indent/pull/68.
indent/python.vim
spec/indent/bytes_spec.rb [new file with mode: 0644]