commit | d82103ed8534a1207742e9666ac7ef1e47dda12d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 17:04:05 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 17:04:05 2016 +0100 |
tree | f6cd0d6fc2d588d24983214aaa2b8cac3b4dfe7a | |
parent | b0967d587fc420fa02832533d4915c85d1a78c17 [diff] [blame] |
patch 7.4.1117 Problem: No longer get "." and ".." in directory list. Solution: Do not skip "." and ".." unless EW_DODOT is set.
diff --git a/src/version.c b/src/version.c index 50a6827..ee4ec0e 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1117, +/**/ 1116, /**/ 1115,