pkgsrc/editors/vim-share/patches/patch-zb
martti 244cac03bd Updated VIM to 7.2
This is a minor release of Vim.  In the 15 months since Vim 7.1 many
bugs were fixed and runtime files have been added and updated.  There
are also security improvements, therefore it's a good idea to upgrade.

The main new feature since 7.1 is floating point support.  You can use
it in the Vim script language to add up a list of amounts, for example.

Once you have installed Vim 7.2 you can find details about the changes
since Vim 7.1 with ":help version-7.2".
2008-08-11 12:14:10 +00:00

13 lines
396 B
Text

$NetBSD: patch-zb,v 1.7 2008/08/11 12:14:10 martti Exp $
--- src/feature.h.orig 2008-08-06 14:00:39.000000000 +0300
+++ src/feature.h 2008-08-11 12:59:23.000000000 +0300
@@ -552,7 +552,7 @@
* (used only with NO_BUILTIN_TCAPS not defined).
*/
#ifdef HAVE_TGETENT
-/* #define NO_BUILTIN_TCAPS */
+#define NO_BUILTIN_TCAPS
#endif
#if !defined(NO_BUILTIN_TCAPS) && !defined(FEAT_GUI_W16)