diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-12-12 17:33:32 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-12-12 17:33:32 +0100 |
commit | 83dadafdd7967ba2d57b343e24119d6ff17b190c (patch) | |
tree | 19cf9aaed92636cc94ae66c40af6f7f130e33942 /src/version.c | |
parent | 4b166d0a6d06f9a8f2d6f7f3beb5e1edb9a4783c (diff) | |
download | vim-git-7.3.760.tar.gz |
updated for version 7.3.760v7.3.760
Problem: dv_ deletes the white space before the line.
Solution: Move the cursor to the first non-white. (Christian Brabandt)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index e743fae50..3f889b6ab 100644 --- a/src/version.c +++ b/src/version.c @@ -726,6 +726,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 760, +/**/ 759, /**/ 758, |