commit | d099e033703ce0772f152b8df8a763f0b65303ee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 21 23:00:36 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 21 23:00:36 2017 +0100 |
tree | 5ec8e995490879b5d202a4f769a0b8d9a14f4a25 | |
parent | bfd30590f6e3475033099d0fb20d9444fa10af6b [diff] [blame] |
patch 8.0.0347: when using completion comment leader wont work Problem: When using CTRL-X CTRL-U inside a comment, the use of the comment leader may not work. (Klement) Solution: Save and restore did_ai. (Christian Brabandt, closes #1494)
diff --git a/src/version.c b/src/version.c index 1d23935..2a54dc9 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 347, +/**/ 346, /**/ 345,