| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/vim-spell.eclass,v 1.8 2010/04/23 19:01:37 darkside Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/vim-spell.eclass,v 1.9 2011/12/27 17:55:12 fauli Exp $ |
| 4 | |
4 | |
| 5 | # |
5 | # |
| 6 | # Original Author: Ciaran McCreesh <ciaranm@gentoo.org> |
6 | # Original Author: Ciaran McCreesh <ciaranm@gentoo.org> |
| 7 | # Maintainers: Vim Herd <vim@gentoo.org> |
7 | # Maintainers: Vim Herd <vim@gentoo.org> |
| 8 | # Purpose: Simplify installing spell files for vim7 |
8 | # Purpose: Simplify installing spell files for vim7 |
| … | |
… | |
| 123 | elog "For further documentation, use:" |
123 | elog "For further documentation, use:" |
| 124 | elog " :help spell" |
124 | elog " :help spell" |
| 125 | echo |
125 | echo |
| 126 | epause |
126 | epause |
| 127 | } |
127 | } |
| 128 | |
|
|