updated for version 7.3.662
Problem: Can't build Ruby interface with Ruby 1.9.3. Solution: Add missing functions. (V. Ondruch)
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -31,6 +31,7 @@ src/auto/pathdef.c
|
||||
*.res
|
||||
*.RES
|
||||
src/pathdef.c
|
||||
src/perl.c
|
||||
src/Obj*/pathdef.c
|
||||
gvimext.dll
|
||||
gvimext.lib
|
||||
@ -41,6 +42,7 @@ gvimext.lib
|
||||
*.mo
|
||||
*.swp
|
||||
*~
|
||||
src/po/vim.pot
|
||||
|
||||
# Generated by "make test"
|
||||
src/po/*.ck
|
||||
|
Reference in New Issue
Block a user