2017-01-19 10:58:18 by Mark Davies | Files touched by this commit (4) |
Log message:
PKGREVISION bumps for systemwide vimrc support
|
2012-10-03 13:43:48 by Aleksej Saushev | Files touched by this commit (150) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
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-12-09 15:36:36 by Matthias Drochner | Files touched by this commit (36) |
Log message:
PKGREV bump for libXp-less openmotif
|
2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234) |
Log message:
recursive bump from gettext-lib shlib bump.
|
2010-11-01 00:50:52 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Update to latest 7.2 patchlevel, 446.
Fixes PR 44018 by Stefan Palm.
|
2009-10-28 02:20:33 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Don't leak the .buildlink directory into the final binary for vim-motif.
Bump revision.
|
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.
|