motemen / git-vim

My vim files for Git
575 stars 73 forks source link

Modification for UTF-8 filename, multibyte file, gvim on Windows and GitVimDiff #26

Open tkatsu opened 12 years ago

tkatsu commented 12 years ago

GitVimDiff. (&enconding must be set to utf-8 in .vimrc, etc)

Fixed typo in git-vim.txt git-pull --rebase :GitDiff --cached

Imported GitVimDiff of harajune-san.

Supported GitVimDiff on gvim on MS-Windows.

Supported UTF-8 filename.

Supported multibyte code in file. So, You can read code in sjis, euc-jp and utf-8 with GitDiff, GitVimDiff and GitCatFile.

Fixed an issue of extra CR in GitDiff, GitVimDiff and GitCatFile on cygwin vim.

GitVimDiff is described in README.rdoc.