diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-09-11 18:42:26 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-09-11 18:42:58 +0200 |
commit | c37e846f4b5db3ae2037dee054b3923192a50a31 (patch) | |
tree | 07e57b371423cc7689fba0738075cfacd67c7b53 /chapter08/vim.xml | |
parent | 84e1bb6b853b6b22fd362ba2e0542444ae479262 (diff) |
Replace tabs with spaces
Diffstat (limited to 'chapter08/vim.xml')
-rw-r--r-- | chapter08/vim.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter08/vim.xml b/chapter08/vim.xml index 11b5c2565..2df2038dd 100644 --- a/chapter08/vim.xml +++ b/chapter08/vim.xml @@ -170,8 +170,9 @@ EOF</userinput></screen> To install spell files for your preferred language, download the <filename>*.spl</filename> and optionally, the <filename>*.sug</filename> files for your language and character encoding from <ulink - url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and save them to - <filename class='directory'>/usr/share/&vim-docdir;/spell/</filename>.</para> + url="https://github.com/vim/vim/tree/master/runtime/spell/"/> and save + them to <filename class='directory'> + /usr/share/&vim-docdir;/spell/</filename>.</para> <para>To use these spell files, some configuration in <filename>/etc/vimrc</filename> is needed, e.g.:</para> |