commit | a87b72cc316e065d66dcbcf7ec1cde330adef3a3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 25 21:24:51 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 25 21:24:51 2018 +0200 |
tree | ba5b5e3e7fd4d6ce94875ef246104b387a8ee633 | |
parent | b7a5ab112ab2267c54acdb6a326642afcd797bc4 [diff] [blame] |
patch 8.1.0116: display problem with 'vartabstop' and 'linebreak' Problem: Display problem with 'vartabstop' and 'linebreak'. (Chauca Fuentes) Solution: Call tabstop_padding(). (Christian Brabandt, closes #3076)
diff --git a/src/version.c b/src/version.c index fa4ec60..ffa6bf3 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 116, +/**/ 115, /**/ 114,