{"id":15648122,"url":"https://github.com/lambdalisue/vim-unified-diff","last_synced_at":"2025-04-30T13:52:38.861Z","repository":{"id":29346396,"uuid":"32880527","full_name":"lambdalisue/vim-unified-diff","owner":"lambdalisue","description":"A plugin for using unified diff in vimdiff","archived":false,"fork":false,"pushed_at":"2019-06-08T05:31:10.000Z","size":139,"stargazers_count":42,"open_issues_count":0,"forks_count":3,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-30T16:46:28.205Z","etag":null,"topics":["git","unified-diffs","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lambdalisue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-25T17:36:56.000Z","updated_at":"2025-01-14T12:44:48.000Z","dependencies_parsed_at":"2022-09-19T22:41:31.351Z","dependency_job_id":null,"html_url":"https://github.com/lambdalisue/vim-unified-diff","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-unified-diff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-unified-diff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-unified-diff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-unified-diff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lambdalisue","download_url":"https://codeload.github.com/lambdalisue/vim-unified-diff/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251714939,"owners_count":21631806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","unified-diffs","vim"],"created_at":"2024-10-03T12:23:38.924Z","updated_at":"2025-04-30T13:52:38.836Z","avatar_url":"https://github.com/lambdalisue.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Deprecated\n\n[Vim 8.1.0360](https://github.com/vim/vim/commit/e828b7621cf9065a3582be0c4dd1e0e846e335bf) introduce `algorithm:{text}` to `diffopt` and natively supports the following algorithms\n\n- myers (default)\n- minimal\n- patience\n- histogram\n\nSo that if you use this plugin to use one of the above algorithm, the plugin is no longer required and use setting like below:\n\n```vim\nset diffopt\u0026 diffopt+=algorithm:histogram,indent-heuristic\n```\n\nSee `:help diffopt` for detail.\n\n# vim-unified-diff\n[![Travis CI](https://img.shields.io/travis/lambdalisue/vim-unified-diff/master.svg?style=flat-square\u0026label=Travis%20CI)](https://travis-ci.org/lambdalisue/vim-unified-diff)\n![Version 0.2.1](https://img.shields.io/badge/version-0.2.1-yellow.svg?style=flat-square)\n![Support Vim 8.0.0027 or above](https://img.shields.io/badge/support-Vim%208.0.0027%20or%20above-yellowgreen.svg?style=flat-square)\n![Support Neovim 0.1.7 or above](https://img.shields.io/badge/support-Neovim%200.1.7%20or%20above-yellowgreen.svg?style=flat-square)\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)\n[![Powered by vital.vim](https://img.shields.io/badge/powered%20by-vital.vim-80273f.svg?style=flat-square)](https://github.com/vim-jp/vital.vim)\n\nThis plugin is a plugin to use an external diff program which only support\nunified-diff in `vimdiff`.\n\nIn default, it uses `git diff --histogram` so that installing this plugin\nautomatically improve your `vimdiff` quality.\n\nFor example\n\n![Builtin diff](https://raw.githubusercontent.com/lambdalisue/vim-unified-diff/misc/img/builtin_diff.png)\n\nIt will be turn into\n\n![Histogram diff](https://raw.githubusercontent.com/lambdalisue/vim-unified-diff/misc/img/histogram_diff.png)\n\nby this plugin.\n\nInspired by http://qiita.com/takaakikasai/items/3d4f8a4867364a46dfa3 and written in pure vimscript.\n\n## INSTALL\n\n```vim\nNeoBundle 'lambdalisue/vim-unified-diff'\nPlug 'lambdalisue/vim-unified-diff'\n```\n\n## USAGE\n\nOnce users install this plugin, it automatically configures `diffexpr`.\nTo disable it, assign 0 to `g:unified_diff_enabled` variable.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdalisue%2Fvim-unified-diff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flambdalisue%2Fvim-unified-diff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdalisue%2Fvim-unified-diff/lists"}