commit | bc0e9adae9c253f36803665180e4b576d1e725ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 09 12:13:34 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 09 12:13:34 2018 +0100 |
tree | 858a1a7156699a6b2e14e51feb4bf8b296d4a865 | |
parent | dff72ba4459f54cac2ce40eea3d92097660c7b9f [diff] [blame] |
patch 8.0.1479: insert mode completion state is confusing Problem: Insert mode completion state is confusing. Solution: Move ctrl_x_mode into edit.c. Add CTRL_X_NORMAL for zero.
diff --git a/src/version.c b/src/version.c index 6f0f78f..2ca6c5a 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1479, +/**/ 1478, /**/ 1477,