diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-05-26 10:10:25 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-05-26 10:10:25 +0000 |
commit | d1bb5db23bd54129a98bf00fd266bda3a04b7085 (patch) | |
tree | 9a13e31dc2297f54171c3f064b8bf3c62168d136 /chapter06/vim.xml | |
parent | 2fe5051af746bd4df0afcc3065c6d6791c4fd275 (diff) |
Some version corrections in the vim page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7629 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r-- | chapter06/vim.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 0d2310815..f10bbd9ab 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -99,8 +99,8 @@ <!-- Removal is used instead of conversion in order for the user to be able to painlessly revert his UTF-8 locale choice. --> -<screen><userinput>rm -f /usr/share/vim/vim64/tutor/tutor.{gr,pl,ru,sk} -rm -f /usr/share/vim/vim64/tutor/tutor.??.*</userinput></screen> +<screen><userinput>rm -f /usr/share/vim/vim70/tutor/tutor.{gr,pl,ru,sk} +rm -f /usr/share/vim/vim70/tutor/tutor.??.*</userinput></screen> <para>Many users are used to using <command>vi</command> instead of <command>vim</command>. To allow execution of <command>vim</command> @@ -116,7 +116,7 @@ ln -sv vim.1 /usr/share/man/man1/vi.1</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/vim64/doc /usr/share/doc/vim-&vim-version;</userinput></screen> +<screen><userinput>ln -sv ../vim/vim70/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 |