commit | 54f018cd5994c3ffcd0740526e56db6934edf1f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 15 17:30:40 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 15 17:30:40 2015 +0200 |
tree | 410100f74f7b73680d5ba3009cb79bb310043c8a | |
parent | 9534680731ea342c2fed01a812559958923480da [diff] [blame] |
patch 7.4.868 Problem: 'smarttab' is also effective when 'paste' is enabled. (Alexander Monakov) Solution: Disable 'smarttab' when 'paste' is set. (Christian Brabandt) Do the same for 'expandtab'.
diff --git a/src/version.c b/src/version.c index 7d61973..a3eabcf 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 868, +/**/ 867, /**/ 866,