Ticket #2262: fix-vim-mans.patch
File fix-vim-mans.patch, 1.6 KB (added by , 16 years ago) |
---|
-
chapter06/vim.xml
60 60 61 61 <screen><userinput remap="pre">patch -Np1 -i ../&vim-fixes-patch;</userinput></screen> 62 62 63 <!-- 63 64 <para>This version of Vim installs translated man pages and places 64 65 them into directories that will not be searched by Man-DB. Patch Vim 65 66 so that it installs its man pages into searchable directories and … … 67 68 at run-time:</para> 68 69 69 70 <screen><userinput remap="pre">patch -Np1 -i ../&vim-mandir-patch;</userinput></screen> 71 --> 70 72 71 73 <para>Change the default location of the 72 74 <filename>vimrc</filename> configuration file to <filename … … 117 119 languages:</para> 118 120 119 121 <screen><userinput remap="install">ln -sv vim /usr/bin/vi 120 for L in "" fr it pl ru; do 122 for L in "" fr fr.ISO8859-1 fr.UTF-8 it it.ISO8859-1 it.UTF-8 \ 123 pl pl.ISO8859-2 pl.UTF-8 ru.KOI8-R ru.UTF-8; do 121 124 ln -sv vim.1 /usr/share/man/$L/man1/vi.1 122 125 done</userinput></screen> 123 126 -
patches.ent
145 145 <!ENTITY vim-fixes-patch-md5 "4b526f493995d2eb6fd415eb62ff43d8"> 146 146 <!ENTITY vim-fixes-patch-size "29.3 KB"> 147 147 148 <! ENTITY vim-mandir-patch "vim-&vim-version;-mandir-1.patch">148 <!-- <!ENTITY vim-mandir-patch "vim-&vim-version;-mandir-1.patch"> 149 149 <!ENTITY vim-mandir-patch-md5 "b6426eb4192faba1e867ddd502323f5b"> 150 <!ENTITY vim-mandir-patch-size "4.2 KB"> 151 150 <!ENTITY vim-mandir-patch-size "4.2 KB"> -->