commit | d2439e0443ee26931ab93874c05cc7f57e9af93d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 12 19:10:44 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 12 19:10:44 2021 +0000 |
tree | 16121f3ce935de410dfc3bffe4b4680cf56277ca | |
parent | 3bb79dc191a1dec14606b1b94b968a6808906700 [diff] [blame] |
patch 8.2.3791: build error with +cindent but without +smartindent Problem: Build error with +cindent but without +smartindent. Solution: Move declaration of "do_cindent". (John Marriott)
diff --git a/src/version.c b/src/version.c index ec9ac32..c5e4288 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3791, +/**/ 3790, /**/ 3789,