From 9d3ba7b850c82082ea163ef9dcd71e0aaf81acc8 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 12 Sep 2022 21:01:54 +0800 Subject: vim: no need to download spell files They are already in the tarball, so just install them if needed. --- chapter08/vim.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'chapter08/vim.xml') diff --git a/chapter08/vim.xml b/chapter08/vim.xml index 2df2038dd..948650e34 100644 --- a/chapter08/vim.xml +++ b/chapter08/vim.xml @@ -167,11 +167,12 @@ EOF By default, vim only installs spell files for the English language. - To install spell files for your preferred language, download the - *.spl and optionally, the *.sug - files for your language and character encoding from and save - them to + To install spell files for your preferred language, copy the + .spl and optionally, the + .sug files for your language + and character encoding from + runtime/spell into + /usr/share/&vim-docdir;/spell/. To use these spell files, some configuration in @@ -180,8 +181,8 @@ EOF set spelllang=en,ru set spell - For more information, see the appropriate README file located - at the URL above. + For more information, see + runtime/spell/README.txt. -- cgit v1.2.3-54-g00ecf