commit | bc88a275375c65538c2eaadb55d4ddc26346f695 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 02 17:22:23 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 02 17:22:23 2013 +0200 |
tree | 8b33ddab2abf1264571b6421a4897c23c293a7fe | |
parent | 4008f4fb08f969c87e8f13bd9e019790757e08ad [diff] [blame] |
updated for version 7.4b.009 Problem: When setting the Visual area manually and 'selection' is exclusive, a yank includes one character too much. (Ingo Karkat) Solution: Default the Visual operation to "v". (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 22fc9b9..9b5343e 100644 --- a/src/version.c +++ b/src/version.c
@@ -728,6 +728,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 9, +/**/ 8, /**/ 7,