diffchanges.vim

diffchanges.vim is a Vim plugin that can show the changes made to current buffer since the last save.
Download

diffchanges.vim Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Jeremy Cantrell
  • Publisher web site:
  • http://jeremycantrell.com

diffchanges.vim Tags


diffchanges.vim Description

diffchanges.vim is a Vim plugin that can show the changes made to current buffer since the last save. diffchanges.vim is a Vim plugin that can show the changes made to current buffer since the last save. This plugin is based from an example in the Hacking Vim book. The differences are that this functionality is in the form of a plugin, is a bit more robust, and can be toggled.COMMANDSDiffChangesDiffToggle -- toggles the side-by-side diff viewDiffChangesPatchToggle -- toggles the patch viewMAPPINGS (< leader > is set to '', by default)< leader >dcd -- DiffChangesDiffToggle< leader >dcp -- DiffChangesPatchToggleYou can override the default mappings by creating mappings like this:nmap < F6 > < Plug >DiffChangesDiffTogglenmap < F7 > < Plug >DiffChangesPatchToggleOPTIONSg:diffchanges_patch_cmd -- The command that's used to generate the patch (default: 'diff -u').Requirements:· VimWhat's New in This Release:· Improved some of the error checking and fixed a few regressions from the previous upload.


diffchanges.vim Related Software