commit | 878c263a489b7e211eda31fa13a3d5ad9e120554 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 01 15:15:52 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 01 15:15:52 2017 +0200 |
tree | 114710792b66f0995378f0a0884319ff1451df90 | |
parent | c77d6757471fa207520586bbdbc1b30af84cf5c8 [diff] [blame] |
patch 8.0.0533: abbreviation doesn't work after backspacing newline Problem: Abbreviation doesn't work after backspacing newline. (Hkonrk) Solution: Set the insert start column. (closes #1609)
diff --git a/src/version.c b/src/version.c index 76929e7..6517288 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 533, +/**/ 532, /**/ 531,