commit | c42e7ed777c41796615035ff9b56fce06ba78d2d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 07 19:58:09 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 07 19:58:09 2011 +0200 |
tree | bcf83a45c3227819772ce4c15b865dd897bcce50 | |
parent | 275648066d786aac4959cec8617aafc8264e78a2 [diff] [blame] |
updated for version 7.3.301 Problem: When 'smartindent' and 'copyindent' are set a Tab is used even though 'expandtab' is set. Solution: Do not insert Tabs. Add a test. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index c361403..be9f058 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 301, +/**/ 300, /**/ 299,