diff options
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r-- | chapter06/vim.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 2accc832d..6e843528c 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -45,8 +45,7 @@ same directory. Then, change the default locations of the configuration files to <filename class="directory">/etc</filename>:</para> -<screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h -echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h</userinput></screen> +<screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h</userinput></screen> <para>Vim has a security vulnerability already addressed upstream. The following patch fixes the problem:</para> |