summaryrefslogtreecommitdiffstats
path: root/package/vim
Commit message (Collapse)AuthorAgeFilesLines
* vim: bump to version 7.3.487Gustavo Zacarias2012-03-302-7/+7
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove useless arguments from AUTOTARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vim: ensure configure doesn't fail if X11 packages are enabledPeter Korsgaard2011-01-011-1/+3
| | | | | | | When X11 is detected, vim's configure does a AC_TRY_RUN to detect wchar_t size, so preset it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vim: convert to autotargets, bump to version 7.2.446Gustavo Zacarias2010-12-223-19624/+29Star
| | | | | | | | | | | | | * Convert to autotargets package. * Bump to version 7.2.446. We fetch from svn to avoid having a ton of patch files. This won't do us any good if we want vim 7.3 since the repository was moved to mercurial. However 7.3 still has some cross-compile issues. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: get rid of editors subdirPeter Korsgaard2010-04-264-0/+19649
Not much point in a seperate subdir for only four packages. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>