comparison src/version.c @ 7635:1506f86b120f v7.4.1117

commit https://github.com/vim/vim/commit/d82103ed8534a1207742e9666ac7ef1e47dda12d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 17 17:04:05 2016 +0100 patch 7.4.1117 Problem: No longer get "." and ".." in directory list. Solution: Do not skip "." and ".." unless EW_DODOT is set.
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jan 2016 17:15:04 +0100
parents 2a280b8e7040
children 81f94c1e2e4d
comparison
equal deleted inserted replaced
7634:39dc10ad4b19 7635:1506f86b120f
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 1117,
744 /**/ 746 /**/
745 1116, 747 1116,
746 /**/ 748 /**/
747 1115, 749 1115,
748 /**/ 750 /**/