commit | ce655743ba5c56c00769e57e6a6608c0088211ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 31 14:12:57 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 31 14:12:57 2019 +0100 |
tree | c2c038dd034db0123e4f711a1f530f1dfea806b3 | |
parent | 4b47162ccede0b6d9cbb9473ad870220a24fbf54 [diff] [blame] |
patch 8.1.0858: 'indentkeys' and 'cinkeys' defaults are different Problem: 'indentkeys' and 'cinkeys' defaults are different. Solution: Make them the same, update docs. (close #3882)
diff --git a/src/version.c b/src/version.c index f7dd664..9422f84 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 858, +/**/ 857, /**/ 856,