diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-08-15 14:05:05 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-08-15 14:05:05 +0200 |
commit | 2430586629dfccd637a23c45793fc182d2cb2b87 (patch) | |
tree | d6063a8fdcab84a237d8d6ed02b05ad2716c9e27 /src/config.h.in | |
parent | 2dac213ac6896bffbbfdd9afbdb0ad0e8b032532 (diff) | |
download | vim-git-2430586629dfccd637a23c45793fc182d2cb2b87.tar.gz |
updated for version 7.3.631v7.3.631
Problem: Cannot complete user names.
Solution: Add user name completion. (Dominique Pelle)
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index d1adb3a3a..e15793938 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -161,6 +161,7 @@ #undef HAVE_FSYNC #undef HAVE_GETCWD #undef HAVE_GETPSEUDOTTY +#undef HAVE_GETPWENT #undef HAVE_GETPWNAM #undef HAVE_GETPWUID #undef HAVE_GETRLIMIT |