commit | 4c9a949d00468dde748653b269338ddfb30910cc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 19 18:57:54 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 19 18:57:54 2014 +0100 |
tree | 8d1dae32187ebf4ff4ec9b651d06a4489e148ee4 | |
parent | 529d2d63699bd43fde8c04fd0c84fd7b3e6bf20a [diff] [blame] |
updated for version 7.4.210 Problem: Visual block mode plus virtual edit doesn't work well with tabs. (Liang Li) Solution: Take coladd into account. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 65fe162..3b1ccd9 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 210, +/**/ 209, /**/ 208,