diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/vim.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 5f8123a96..af694562a 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -112,7 +112,7 @@ done</userinput></screen> class="directory">/usr/share/doc/vim-&vim-version;</filename>, making it consistent with the location of documentation for other packages:</para> -<screen><userinput>ln -sv ../vim/vim70/doc /usr/share/doc/vim-&vim-version;</userinput></screen> +<screen><userinput>ln -sv ../&vim-docdir;/doc /usr/share/doc/vim-&vim-version;</userinput></screen> <para>If an X Window System is going to be installed on the LFS system, it may be necessary to recompile Vim after installing X. Vim @@ -177,7 +177,7 @@ EOF</userinput></screen> <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/vim70/spell/</filename>.</para> + <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> |