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.