# # The ubiquitous text editor (huge version, with X11 support). # # Vim is a highly configurable text editor built to make creating and # changing any kind of text very efficient. It is included as "vi" # with most UNIX systems and with Apple OS X. # # For more information, visit: http://www.vim.org # QICFLAGS="-g0 -Os -march=i586 -mtune=i686" QICXXFLAGS="-g0 -Os -march=i586 -mtune=i686" QILDFLAGS="-s" program=vim version=8.1.0327 release=1 blurb="The ubiquitous text editor (huge version, with X11 support)." homepage="http://www.vim.org" license="Custom" fetch="http://github.com/vim/vim/archive/v8.1.0327/vim-8.1.0327.tar.gz" replace="vim_tiny"