タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

diffとvimに関するinit5のブックマーク (2)

  • Vim Diff | tekrat

    For a long time now I’ve wanted to have the current diff of my working copy highlighted in vim. This would help a lot when you’re working in complicated code and want your modifications to pop out in case you’ve missed something. Unfortunately none of the existing tools do exactly what I want, so with the advice of some co-workers I’ve hacked up the svndiff vim script and made it work with git jus

    init5
    init5 2008/05/03
  • DirDiff.vim : ディレクトリどうしを、ファイルも含めて、再帰的に比較する — 名無しのvim使い

    DirDiff.vimスクリプトは、ディレクトリとディレクトリを再帰的に比較し、 そのディレクトリ以下のコンテンツ、ファイルの違いを表示するスクリプトです。 また、その比較ビューから、ディレクトリ、ファイルを修正する機能も提供します。 (Windows) 概要 DirDiff.vim : A plugin to diff and merge two directories recursively. http://www.vim.org/scripts/script.php?script_id=102 DirDiff.vimスクリプトは、ディレクトリとディレクトリを再帰的に比較し、 そのディレクトリ以下のコンテンツ、ファイルの違いを表示するスクリプトです。 また、その比較ビューから、ディレクトリ、ファイルを修正する機能も提供します。

  • 1