commit | 1b38344e00af65df12946fffda7f3201621c35ef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 26 20:04:54 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 26 20:04:54 2017 +0200 |
tree | 164ba42c990c2ed7c7ffa903799b164c225060f2 | |
parent | 97fbc404fc56f76df12b2d2658b1d6efda28d5dd [diff] [blame] |
patch 8.0.1154: 'indentkeys' does not work properly Problem: 'indentkeys' does not work properly. (Gary Johnson) Solution: Get the cursor line again. (Christian Brabandt, closes #2151)
diff --git a/src/version.c b/src/version.c index b63246e..d38664c 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1154, +/**/ 1153, /**/ 1152,