gitsigns.nvim/test
Fabian Viöl 9084e084f8 fix(blame_line): Do not omit carriage return
When blaming a line on a file, which as the "dos" fileformat
which is also checked in as a "dos" format including the
carriage returns, gitsigns.nvim currently reports
"Not yet commited" caused by an unsucessfull blame call
to git.

This commit fixes that behavior by appending the carriage
return lines again
2021-12-13 12:56:01 +00:00
..
actions_spec.lua feat(actions): true partial hunk staging 2021-12-04 18:38:52 +00:00
gitdir_watcher_spec.lua fix(watcher): watch gitdir instead if index 2021-09-24 16:30:10 +01:00
gitsigns_spec.lua fix(blame_line): Do not omit carriage return 2021-12-13 12:56:01 +00:00
gs_helpers.lua feat(actions): true partial hunk staging 2021-12-04 18:38:52 +00:00
highlights_spec.lua Tidy up tests 2021-08-03 22:48:48 +01:00
preload.lua Rework testsuite 2021-06-23 11:41:48 +01:00