./editors/vim, Vim editor (vi clone) without GUI

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.2.446nb1, Package name: vim-7.2.446nb1, Maintainer: pkgsrc-users

Vim is an almost compatible version of the UNIX editor Vi. Many new features
have been added: multi level undo, syntax highlighting, command line history,
on-line help, filename completion, block operations, etc. See doc/vi_diff.txt.

If you are building the package from source you may want to enable some
features such as a perl or python interpreter which are not enabled by
default.

This version does not contain a gui. If you want one, look at vim-xaw or
vim-gtk.


Required to run:
[editors/vim-share]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234)
Log message:
recursive bump from gettext-lib shlib bump.
   2008-03-11 11:55:03 by Martti Kuparinen | Files touched by this commit (8)
Log message:
VIM 7.1.270

  1751  7.1.253  ":sort" doesn't work in a one line file
  1894  7.1.254  Tests 49 and 55 fail when the locale is French
  1514  7.1.255  Vim doesn't support utf-32
 50921  7.1.256  findfile() also returns directories
  3326  7.1.257  configure can't always find the Tcl header files
  3360  7.1.258  crash when doing "d/\n/e" and 'virtualedit' is \ 
"all"
  1944  7.1.259  cursor in wrong place with 'rl', "utf-8" and illegal byte
  1805  7.1.260  cursor position wrong after ^@ wrapping halfway if using utf-8
  2255  7.1.261  for a 2 byte BOM UCS-2 is used, which doesn't work for UTF-16
  3438  7.1.262  can't get the process ID of Vim
  2442  7.1.263  filetype with dot doesn't work for indent plugins
  6295  7.1.264  crash when C-indenting
  1310  7.1.265  hang when completing file name and space in 'isfname'
  2510  7.1.266  version string returned by terminal may be used as typed input
  1957  7.1.267  when changing folds cursor may be positioned in a wrong place
  1576  7.1.268  always shows "+" at end of screen line with 'cursurline'
  6183  7.1.269  matchparen plugin has an arbitrary line number limit
  2861  7.1.270  ":?foo?" matches in current line since patch 7.1.025
   2008-03-02 17:01:32 by Johnny C. Lam | Files touched by this commit (8)
Log message:
+ Remove the check for whether you can remove -liconv from the linker
  command line or not -- we want to do what the user specifies via
  the pkgsrc PREFER_* settings.

+ Drop dependency on ncurses -- vim only wants a termcap library.
  This should fix PR pkg/38110.

+ Add missing dependency on gettext-lib as one of the "normal" feature
  sets is to build with gettext and multi-language support.

Bump the PKGREVISION of vim editor packages to 1.
   2008-01-09 14:47:43 by Martti Kuparinen | Files touched by this commit (8)
Log message:
Some "pkglint -Wall" fixes.
   2008-01-04 00:20:50 by Klaus Heinz | Files touched by this commit (1)
Log message:
Added support for installation to DESTDIR.
   2006-03-02 11:41:42 by Martti Kuparinen | Files touched by this commit (12)
Log message:
Fix pkglint -Wall warnings.
   2006-02-10 21:56:57 by Klaus Heinz | Files touched by this commit (1)
Log message:
Enabled tests by adding TEST_TARGET.
   2005-10-23 16:13:50 by Roland Illig | Files touched by this commit (2)
Log message:
Fixed pkglint warnings.