• R/O
  • SSH

vim: Commit

Mirror of the Vim source from https://github.com/vim/vim


Commit MetaInfo

Révisionecc637a844592d48cec38bd795a17ecf6e0253ec (tree)
l'heure2007-09-18 04:56:01
Auteurvimboss
Commitervimboss

Message de Log

updated for version 7.1-114

Change Summary

Modification

diff -r 2ab007070fc8 -r ecc637a84459 src/eval.c
--- a/src/eval.c Mon Sep 17 19:38:08 2007 +0000
+++ b/src/eval.c Mon Sep 17 19:56:01 2007 +0000
@@ -10351,7 +10351,6 @@
1035110351 dict = dict_alloc();
1035210352 if (dict == NULL)
1035310353 return;
10354- ++dict->dv_refcount;
1035510354 dict_add_nr_str(dict, "group", 0L, syn_id2name(cur->hlg_id));
1035610355 dict_add_nr_str(dict, "pattern", 0L, cur->pattern);
1035710356 dict_add_nr_str(dict, "priority", (long)cur->priority, NULL);
diff -r 2ab007070fc8 -r ecc637a84459 src/version.c
--- a/src/version.c Mon Sep 17 19:38:08 2007 +0000
+++ b/src/version.c Mon Sep 17 19:56:01 2007 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 114,
671+/**/
670672 113,
671673 /**/
672674 112,
Afficher sur ancien navigateur de dépôt.