~pkg-vim/vim/pkg-vim-mirror-unstable

« back to all changes in this revision

Viewing changes to src/version.c

  • Committer: Bram Moolenaar
  • Date: 2013-08-10 13:00:24 UTC
  • mto: (2438.1.2)
  • mto: This revision was merged to the branch mainline in revision 2370.
  • Revision ID: git-v1:cc2cb4822fbddbd2d8820885d61af93d04a79728
releaseĀ versionĀ 7.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
728
728
static int included_patches[] =
729
729
{   /* Add new patch number below this line */
730
730
/**/
731
 
    22,
732
 
/**/
733
 
    21,
734
 
/**/
735
 
    20,
736
 
/**/
737
 
    19,
738
 
/**/
739
 
    18,
740
 
/**/
741
 
    17,
742
 
/**/
743
 
    16,
744
 
/**/
745
 
    15,
746
 
/**/
747
 
    14,
748
 
/**/
749
 
    13,
750
 
/**/
751
 
    12,
752
 
/**/
753
 
    11,
754
 
/**/
755
 
    10,
756
 
/**/
757
 
    9,
758
 
/**/
759
 
    8,
760
 
/**/
761
 
    7,
762
 
/**/
763
 
    6,
764
 
/**/
765
 
    5,
766
 
/**/
767
 
    4,
768
 
/**/
769
 
    3,
770
 
/**/
771
 
    2,
772
 
/**/
773
 
    1,
774
 
/**/
775
731
    0
776
732
};
777
733