Revert "vim: update to 7.4.1579, enable cscope support"
This reverts commit fdc6fa389d095d7c663e72434399428fec22e585. https://github.com/vim/vim/issues/691
This commit is contained in:
parent
fdc6fa389d
commit
71ff5ff138
@ -152,7 +152,6 @@ drwxr-xr-x root/root usr/share/vim/doc/
|
||||
-rw-r--r-- root/root usr/share/vim/doc/arabic.txt
|
||||
-rw-r--r-- root/root usr/share/vim/doc/autocmd.txt
|
||||
-rw-r--r-- root/root usr/share/vim/doc/change.txt
|
||||
-rw-r--r-- root/root usr/share/vim/doc/channel.txt
|
||||
-rw-r--r-- root/root usr/share/vim/doc/cmdline.txt
|
||||
-rw-r--r-- root/root usr/share/vim/doc/debug.txt
|
||||
-rw-r--r-- root/root usr/share/vim/doc/debugger.txt
|
||||
@ -167,6 +166,7 @@ drwxr-xr-x root/root usr/share/vim/doc/
|
||||
-rw-r--r-- root/root usr/share/vim/doc/ft_ada.txt
|
||||
-rw-r--r-- root/root usr/share/vim/doc/ft_sql.txt
|
||||
-rw-r--r-- root/root usr/share/vim/doc/gui.txt
|
||||
-rw-r--r-- root/root usr/share/vim/doc/gui_w16.txt
|
||||
-rw-r--r-- root/root usr/share/vim/doc/gui_w32.txt
|
||||
-rw-r--r-- root/root usr/share/vim/doc/gui_x11.txt
|
||||
-rw-r--r-- root/root usr/share/vim/doc/hangulin.txt
|
||||
@ -334,7 +334,6 @@ drwxr-xr-x root/root usr/share/vim/ftplugin/
|
||||
-rw-r--r-- root/root usr/share/vim/ftplugin/dosini.vim
|
||||
-rw-r--r-- root/root usr/share/vim/ftplugin/dtd.vim
|
||||
-rw-r--r-- root/root usr/share/vim/ftplugin/dtrace.vim
|
||||
-rw-r--r-- root/root usr/share/vim/ftplugin/eiffel.vim
|
||||
-rw-r--r-- root/root usr/share/vim/ftplugin/elinks.vim
|
||||
-rw-r--r-- root/root usr/share/vim/ftplugin/erlang.vim
|
||||
-rw-r--r-- root/root usr/share/vim/ftplugin/eruby.vim
|
||||
@ -359,7 +358,6 @@ drwxr-xr-x root/root usr/share/vim/ftplugin/
|
||||
-rw-r--r-- root/root usr/share/vim/ftplugin/hamster.vim
|
||||
-rw-r--r-- root/root usr/share/vim/ftplugin/haskell.vim
|
||||
-rw-r--r-- root/root usr/share/vim/ftplugin/help.vim
|
||||
-rw-r--r-- root/root usr/share/vim/ftplugin/hgcommit.vim
|
||||
-rw-r--r-- root/root usr/share/vim/ftplugin/hog.vim
|
||||
-rw-r--r-- root/root usr/share/vim/ftplugin/hostconf.vim
|
||||
-rw-r--r-- root/root usr/share/vim/ftplugin/hostsaccess.vim
|
||||
@ -1267,7 +1265,6 @@ drwxr-xr-x root/root usr/share/vim/tools/
|
||||
-rw-r--r-- root/root usr/share/vim/tools/ccfilter.1
|
||||
-rw-r--r-- root/root usr/share/vim/tools/ccfilter.c
|
||||
-rw-r--r-- root/root usr/share/vim/tools/ccfilter_README.txt
|
||||
-rwxr-xr-x root/root usr/share/vim/tools/demoserver.py
|
||||
-rwxr-xr-x root/root usr/share/vim/tools/efm_filter.pl
|
||||
-rw-r--r-- root/root usr/share/vim/tools/efm_filter.txt
|
||||
-rwxr-xr-x root/root usr/share/vim/tools/efm_perl.pl
|
||||
|
@ -1 +1 @@
|
||||
1e46282984bc1791941c62e31b1678e9 vim-7.4.1579.tar.xz
|
||||
2c0177014cd39b1c988136ac68c8584c vim-7.4.1073.tar.xz
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: ncurses acl
|
||||
|
||||
name=vim
|
||||
version=7.4.1579
|
||||
version=7.4.1073
|
||||
release=1
|
||||
source=(http://crux.nu/files/distfiles/$name-$version.tar.xz)
|
||||
|
||||
@ -16,7 +16,6 @@ build () {
|
||||
--without-x \
|
||||
--disable-gui \
|
||||
--enable-multibyte \
|
||||
--enable-cscope \
|
||||
--disable-gpm \
|
||||
--disable-nls
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user