2012-08-27 16:45:38 by Daniel Horecki | Files touched by this commit (12) | |
Log message:
Long awaited update to vim 7.3.
The most notable additions since 7.2:
- Persistent undo and undo for reload
- Blowfish encryption, encryption of the swap file
- Conceal text
- Lua interface
- Python 3 interface
Once you have installed Vim 7.3 you can find all the details about the
changes since Vim 7.2 with:
:help version-7.3
|
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.
|
2005-07-19 12:18:59 by grant beattie | Files touched by this commit (7) |
Log message:
depends should be ../../<category>/<pkg>
|