commit | 9be7c04e6cd5b0facedcb56b09a5bcfc339efe03 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 14 14:28:30 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 14 14:28:30 2017 +0100 |
tree | 8904427003c2cea7b63ffae1e0570a54f5c77e87 | |
parent | 9b73c4a215cb5f0f7df1e7f0663aea2bce1914ab [diff] [blame] |
patch 8.0.0179: cannot have a local value for 'formatprg' Problem: 'formatprg' is a global option but the value may depend on the type of buffer. (Sung Pae) Solution: Make 'formatprg' global-local. (closes #1380)
diff --git a/src/version.c b/src/version.c index 1b64d58..dd5f700 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 179, +/**/ 178, /**/ 177,