Files
vim-gitgutter/test
Andy Stewart 947737c76f Handle non-ASCII paths.
This prevents git-ls-files from escaping "unusual" characters in
pathnames.  When this happened, gitgutter would feed the escaped name
back to git-show but git-show would not recognise it.

This commit makes git-ls-files use the -z option to output pathnames
verbatim.  These pathnames also become null terminated so we have to
ensure we remove the null terminator too.

Closes #562.
2018-11-17 11:24:36 +00:00
..
2018-03-14 14:44:33 +00:00
2014-11-12 16:52:58 +01:00
2016-10-27 12:15:43 +02:00
2018-03-08 11:47:08 +00:00
2018-11-17 11:24:36 +00:00