diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-29 22:31:24 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-29 22:31:24 +0200 |
commit | 965ed14973fd3f1b2aace7bae4d4722b71ca04f9 (patch) | |
tree | 1157086fa31c19ac76842ff34b5e4df0d7a5786a /src/version.c | |
parent | 04186095346daa60e82e981dad114de2b641d672 (diff) | |
download | vim-git-965ed14973fd3f1b2aace7bae4d4722b71ca04f9.tar.gz |
patch 7.4.2292v7.4.2292
Problem: Not all systems understand %F in printf().
Solution: Use %f.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 0d97662fb..7ff66d3aa 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2292, +/**/ 2291, /**/ 2290, |