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 a11068a54..d3dbbdb57 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -54,10 +54,10 @@ <screen><userinput remap="pre">echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h</userinput></screen> - <para>Disable a test that fails:</para> +<!-- <para>Disable a test that fails:</para> <screen><userinput remap="pre">sed -i '/call/{s/split/xsplit/;s/303/492/}' src/testdir/test_recover.vim</userinput></screen> - +--> <para>Prepare Vim for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |