Changes between Version 3 and Version 4 of vim
- Timestamp:
- 02/25/2008 09:23:30 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
vim
v3 v4 21 21 22 22 ---- 23 To update at anytime the Vim runtime files, issue from the top of the directory sources tree: 23 Patch to print the line number relative to the line with the cursor in front of each line. 24 24 25 Patch from Markus Heidelberg. 26 [http://groups.google.com/group/vim_dev/msg/d5a17838fa48f20e] 27 28 Apply the patch. 25 29 {{{ 26 rsync -avzcP --delete --exclude="/dos/" --exclude="/spell/" ftp.nluug.nl::Vim/runtime/ ./runtime/ 30 patch -Np1 -i ../vim-7.1-relative_number.patch 27 31 }}} 28 We are excluding the dos and the spell files (adjust as necessary).29 30 Now, as root:31 {{{32 make -C src installruntime33 }}}34 35 32 36 33