diff options
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r-- | chapter06/vim.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index ff6a68314..0d2310815 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -46,7 +46,12 @@ <para>First, unpack both <filename>vim-&vim-version;.tar.bz2</filename> and (optionally) <filename>vim-&vim-version;-lang.tar.gz</filename> archives into the - same directory. Then, change the default location of the + same directory. Then, patch Vim with several fixes from upstream + developers since the initial release of Vim-&vim-version;:</para> + +<screen><userinput>patch -Np1 -i ../&vim-fixes-patch;</userinput></screen> + + <para>Next, change the default location of the <filename>vimrc</filename> configuration file to <filename class="directory">/etc</filename>:</para> |