Changes between Version 3 and Version 4 of vim


Ignore:
Timestamp:
02/25/2008 09:23:30 PM (16 years ago)
Author:
Ag. Hatzimanikas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • vim

    v3 v4  
    2121
    2222----
    23 To update at anytime the Vim runtime files, issue from the top of the directory sources tree:
     23Patch to print the line number relative to the line with the cursor in front of each line.
    2424
     25Patch from Markus Heidelberg.
     26[http://groups.google.com/group/vim_dev/msg/d5a17838fa48f20e]
     27
     28Apply the patch.
    2529{{{
    26 rsync -avzcP --delete --exclude="/dos/" --exclude="/spell/" ftp.nluug.nl::Vim/runtime/ ./runtime/
     30patch -Np1 -i ../vim-7.1-relative_number.patch
    2731}}}
    28 We are excluding the dos and the spell files (adjust as necessary).
    29 
    30 Now, as root:
    31 {{{
    32 make -C src installruntime
    33 }}}
    34 
    3532
    3633