Skip to content

Commit cecfcbb

Browse files
committed
Install the gvim portion of vim73
Now that our /src/vim/release.sh script compiles & installs gvim, let's have it in msysGit. This commit was actually performed by that script, but then reduced by the unnecessary changes (e.g. DOS line endings, and we do not need a recompiled vim.exe which only differs in some metadata such as timestamps). Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 85d26ab commit cecfcbb

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

bin/gvim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
exec /share/vim/vim73/gvim "$@"

share/vim/vim73/gvim.exe

1.92 MB
Binary file not shown.

share/vim/vim73/syntax/gitcommit.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,3 @@ hi def link gitcommitArrow gitcommitComment
8181
hi def link gitcommitBlank Error
8282

8383
let b:current_syntax = "gitcommit"
84-
85-
let &textwidth=76

0 commit comments

Comments
 (0)