gvim: added multibyte charset support
This commit is contained in:
parent
b763487f30
commit
bce6844e1e
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
name=gvim
|
name=gvim
|
||||||
version=7.0
|
version=7.0
|
||||||
release=1
|
release=2
|
||||||
source=(ftp://ftp.vim.org/pub/vim/unix/vim-$version.tar.bz2)
|
source=(ftp://ftp.vim.org/pub/vim/unix/vim-$version.tar.bz2)
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
@ -14,6 +14,7 @@ build () {
|
|||||||
--with-vim-name=gvim \
|
--with-vim-name=gvim \
|
||||||
--with-x=yes \
|
--with-x=yes \
|
||||||
--enable-gui=gtk2 \
|
--enable-gui=gtk2 \
|
||||||
|
--enable-multibyte \
|
||||||
--disable-gpm \
|
--disable-gpm \
|
||||||
--disable-nls
|
--disable-nls
|
||||||
make VIMRTDIR=
|
make VIMRTDIR=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user